Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rahat-khan-pathan/basic-data-structures-in-typescript
- Owner: Rahat-Khan-Pathan
- Created: 2024-05-17T15:14:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T08:11:14.000Z (6 months ago)
- Last Synced: 2024-05-18T16:35:12.255Z (6 months ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 9
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.