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

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

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)