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

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

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)