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.
- freeCodeCamp
- Udemy Courses
- HackerRank Challenges
- And many more...
- Visualizing data structures and algorithms through animation: VisuAlgo
- Google TypeScript Style Guide
- TypeScript Deep Dive
- Totally TypeScript
For inquiries, issues, or further information, feel free to contact me:
GitHub: @paulAlexSerban Email: [email protected]
yarn install
- install all dependenciesyarn run watch
- watch for changes and compileyarn run build
- compile all changesbash scripts/compile.bash
- custom script to compile all changes