https://github.com/batistagabriel/spideriser-nevermill
DSA study repo
https://github.com/batistagabriel/spideriser-nevermill
algorithms algorithms-and-data-structures data-structures dsa dsa-algorithm dsa-practice
Last synced: 3 months ago
JSON representation
DSA study repo
- Host: GitHub
- URL: https://github.com/batistagabriel/spideriser-nevermill
- Owner: BatistaGabriel
- License: mit
- Created: 2024-11-18T13:51:50.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:20:33.000Z (6 months ago)
- Last Synced: 2024-12-30T09:31:19.298Z (5 months ago)
- Topics: algorithms, algorithms-and-data-structures, data-structures, dsa, dsa-algorithm, dsa-practice
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This repository serves as a way to centralize my studies on data structures and algorithms. In addition to some Python code, you will also find notes on various concepts.
## Data-Structures Overview
1. [Introduction](docs/dso/introduction.md)
2. [Arrays](docs/dso/arrays.md)
3. [Big O](docs/dso/big-o.md)
4. [Linked Lists](docs/dso/linked-lists.md)
5. [Queues](docs/dso/queues.md)
6. [Hashmap](docs/dso/hashmap.md)
7. [Stack](docs/dso/stack.md)
8. [Binary Trees](docs/dso/binary-trees.md)
9. [Graphs](docs/dso/graphs.md)
10. [Trie](docs/dso/trie.md)
11. [B-Tree](docs/dso/b-tree.md)## Data-Structures
1. [Arrays](docs/ds/arrays.md)
2. [Linked Lists](docs/ds/linked-lists.md)
3. [Sorting](docs/ds/sroting.md)
4. [Binaries](docs/ds/binaries.md)
5. [Binary Trees](docs/ds/binary-trees.md)
6. [Graphs](docs/ds/graphs.md)
7. [Stack](docs/ds/stack.md)
8. [Heap](docs/ds/heap.md)