Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahat-khan-pathan/basic-data-structures-in-typescript


https://github.com/rahat-khan-pathan/basic-data-structures-in-typescript

Last synced: about 23 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Basic Data Structures in TypeScript

I've just completed a new repository featuring essential data structures implemented in TypeScript! 🎉 As I'm transitioning from C++ to professional JavaScript development, I thought this would be a great way to solidify my knowledge and share my progress.

## Data Structures Included

1. Singly Linked List
2. Doubly Linked List
3. Stack using Array
4. Stack using Doubly Linked List
5. Queue using Array
6. Queue using Doubly Linked List
7. Binary Tree
8. Binary Search Tree
9. Min Heap
10. Max Heap
11. Segment Tree
12. Disjoint Set Union (DSU)

If you're also learning JavaScript/TypeScript or just need a refresher on basic data structures, feel free to check it out.