A repository of the most importants data structures, developed in Python3.
- List
- Linked List
- Doubly Linked List
- Circular Queue
- Linked Queue
- Stack
- Linked Stack
- Hash Table
- Binary Tree
- AVL Tree
- Splay Tree
- Red-black Tree
- Trie
- Patricia Tree
- Fork it (https://github.com/rafaelalmeida2909/Python-Data-Structures/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request