https://github.com/itsuren/dsa
📚 A repository on Data Structures and Algorithms from text books for Academics
https://github.com/itsuren/dsa
data-structures
Last synced: 3 months ago
JSON representation
📚 A repository on Data Structures and Algorithms from text books for Academics
- Host: GitHub
- URL: https://github.com/itsuren/dsa
- Owner: ITSUREN
- License: mit
- Created: 2024-03-12T17:20:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-16T19:09:46.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T21:10:04.291Z (about 1 year ago)
- Topics: data-structures
- Language: C
- Homepage:
- Size: 347 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

Data Structures and Algorithms
Data Structures and Algorithms Repository that Contains practices of the algorithms and codes from textbooks and classworks.
### 1️⃣ Preliminary Practices
- Consists of Fundamentals to Create Data Structures.
1. [Memory_Allocation](./NOTES/Memory_Allocation.md)
### 🔱 Types of Data Structures
1. [Linked_List](./NOTES/Linked_List.md)
2. [Tree](./NOTES/Tree.md)
3. [Graph](./NOTES/Graph.md)
4. [Stack](./NOTES/Stack.md), [Queue](./NOTES/Queue.md), [etc](./NOTES/Miscellaneous.md).
-----
### ❤️ Contributors
Thanks for making this project possible:
|
| Saugat Tamang |
|----------------|----------------|
### 📜 License
DSA is released under the [MIT license](./LICENSE), which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private use