https://github.com/oniani/bizarre-structures
Implementations of various data structures you might or might not have seen before
https://github.com/oniani/bizarre-structures
bizarre data-structures python3
Last synced: about 1 year ago
JSON representation
Implementations of various data structures you might or might not have seen before
- Host: GitHub
- URL: https://github.com/oniani/bizarre-structures
- Owner: oniani
- License: mit
- Created: 2018-09-24T03:01:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-12-25T13:44:18.000Z (over 5 years ago)
- Last Synced: 2025-03-02T10:08:12.226Z (about 1 year ago)
- Topics: bizarre, data-structures, python3
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Structures
This repository includes implementations of various "bizarre" data types.
Some of the structures are created for a mere interest while others can
be very useful under particular circumstances. All the data structures
are implemented in the **Python** programming language.
## Dependencies
**None** but **Python**.
## License
[MIT License](LICENSE)