https://github.com/ruyadorno/simple-data-structures
:sunrise: Basic data structures with tons of tests and helper functions
https://github.com/ruyadorno/simple-data-structures
Last synced: 17 days ago
JSON representation
:sunrise: Basic data structures with tons of tests and helper functions
- Host: GitHub
- URL: https://github.com/ruyadorno/simple-data-structures
- Owner: ruyadorno
- License: mit
- Created: 2017-02-26T21:21:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T04:42:55.000Z (about 8 years ago)
- Last Synced: 2025-02-12T19:48:47.362Z (2 months ago)
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-data-structures [](https://travis-ci.org/ruyadorno/simple-data-structures)
Basic data structures implementation with good tests and helper functions, so that I can learn all the fundamentals.
## What's inside?
- :link: [LinkedList](./linkedlist.py)
- :bangbang: [DoublyLinkedList](./doublylinkedlist.py)
- :books: [Stack](./stack.py)## License
MIT © Ruy Adorno