https://github.com/valginer0/exotic-structures
Useful datastructures not present in standard Python libraries
https://github.com/valginer0/exotic-structures
aho-corasick binary-indexed-tree dijkstra-shortest-path fenwick-tree heap-with-update python range-query
Last synced: 18 days ago
JSON representation
Useful datastructures not present in standard Python libraries
- Host: GitHub
- URL: https://github.com/valginer0/exotic-structures
- Owner: valginer0
- License: mit
- Created: 2018-03-23T20:15:48.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-07T17:08:32.000Z (about 8 years ago)
- Last Synced: 2025-12-16T20:24:34.751Z (6 months ago)
- Topics: aho-corasick, binary-indexed-tree, dijkstra-shortest-path, fenwick-tree, heap-with-update, python, range-query
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Useful data structures, which are either not present in standard Python libraries or are asymptotically more efficient than their standard versions. The code is written in Python.