An open API service indexing awesome lists of open source software.

https://github.com/madhank93/learn-dsa

An algorithm must be seen to be believed - Donald Kunth
https://github.com/madhank93/learn-dsa

algorithms data-structures dsa typescript

Last synced: 3 months ago
JSON representation

An algorithm must be seen to be believed - Donald Kunth

Awesome Lists containing this project

README

          

### To execute a file

```ts
node --loader ts-node/esm {filepath/fileName}
```

### Resources

- [Colt Steele - JS Algorithms and Data Structures](https://www.udemy.com/course/js-algorithms-and-data-structures-masterclass/)

- [ZTM - Master the Coding Interview: Data Structures + Algorithms](https://www.udemy.com/course/master-the-coding-interview-data-structures-algorithms/)

- [Jenny's Lectures - DSA](https://www.youtube.com/playlist?list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU)

- [Rob Edwards - Data Structures](https://www.youtube.com/playlist?list=PLpPXw4zFa0uKKhaSz87IowJnOTzh9tiBk)

- [MyCodeShool - Data Structure](https://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P)

- [MIT Introduction to Algorithm](https://www.youtube.com/playlist?list=PLUl4u3cNGP61Oq3tWYp6V_F-5jb5L2iHb)

- [DSA - FreeCodeCamp](https://www.youtube.com/watch?v=RBSGKlAvoiM)

- [DSA implemented in JS](https://github.com/trekhleb/javascript-algorithms)

- [Grokking coding interview](https://github.com/Chanda-Abdul/Grokking-the-Coding-Interview-Patterns)

### Visualizer

- [Algorithm Visualizer](https://algorithm-visualizer.org/)

- [Visual Algo - NUS](https://visualgo.net/en)

- [Data Structure Visualizations - USFCA](https://www.cs.usfca.edu/~galles/visualization/Algorithms.html)

### List of solved problems

See [directory](DIRECTORY.md) for easier navigation and better overview of the project.