TypeScript Data Structures and Algorithms Workbook

GitHub last commit GitHub issuesGitHub pull requests

Workbook repository for algorithms and data structures implemented in TypeScript! Here, you'll find a collection of exercises and solutions which I've worked on by following various online courses, challenges, and platforms.

📘 Sources

  • freeCodeCamp
  • Udemy Courses
  • HackerRank Challenges
  • And many more...

📘 Resources

📬 Contact

For inquiries, issues, or further information, feel free to contact me:

GitHub: @paulAlexSerban Email: paul.alex.serban@gmail.com

Useful commands

  • yarn install - install all dependencies
  • yarn run watch - watch for changes and compile
  • yarn run build - compile all changes
  • bash scripts/compile.bash - custom script to compile all changes