Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 366 Bytes

File metadata and controls

12 lines (9 loc) · 366 Bytes

Algorithms and Data Structure - Typescript

This is a repository where I will implement some algorithms and data structures in Typescript using TDD. The ideia is the practice over time.

For now, these are the algorithms implemented:

  • FizzBuzz
  • Palindrome
  • Reverse String
  • Reverse Integer
  • Remove duplicates from string
  • Most repeated character from string