/code-mastery

Coding challenges, algorithms and data-structures in TypeScript for beginners

Primary LanguageTypeScript

TypeScript Code Mastery

Build confidence in TypeScript development while mastering essential programming principles.

Challenges

  1. Check whether two strings are anagram or not
  2. Check whether a string is palidrom or not
  3. Check whether a number is prime number or not
  4. Calculates the factorial of a number
  5. Calculates the factorial of a number using recursive approach
  6. Check whether a number is odd or even
  7. Reverses the order of the elements in an array
  8. Reverses the order of the characters in a string

Algorithms

  1. Binary search