/mini-challenges-1

Fun algorithm challenges that would help improve your problem solving skills

Primary LanguageJavaScript

Instruction

Github Workflow

  • Fork this Repo.
  • Open the src folder
    • View the Readme.md for each challenge in its folder
    • Solve all the problems in its corresponding index file.
  • Submit a PR against your branch name i.e Make sure your name and the target branch matches

PR

Note You can rename any of the index.js files to index.ts to solve the problem using typescript. You would be required to write the correct function signatures for the functions though.