This repository contains a set of implementations of data structures and algorithms with TypeScript. The list of data structures could be found in below list. The data structures are implemented by using Deno. So, you need to install Deno to run the code.
- Linked Lists
- Queue
- Stack
- Trees
- Tuple
- Graph
- Heap
- Isaac Computer Science
- Data Structure Visualizations
- DSA Data Structures and Algorithms Annotated Reference
- https://www.programiz.com/dsa
- https://en.wikipedia.org/wiki/List_of_data_structures
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.