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

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

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.