13 projects
readline0
Pure Python, relatively-efficient reading of null-terminated lines
pyx-treap
Python implementation of treaps
treap
Python implementation of treaps
fibonacci-heap-mod
Pure Python Fibonacci Heap (Priority Queue)
trie_mod
Pure Python trie nodule
binary_tree_dict_mod
Pure Python binary tree (dictionary) module
scapegoat_mod
Pure Python scapegoat tree nodule
linked_list_mod
Pure Python linked list module, with lifo (stack) and fifo (queue)
bits_mod
Pure Python efficient array of bits
splay_mod
Pure Python splay tree nodule
dupdict_mod
Pure Python dictionary wrapper that allows duplicates
red-black-tree-mod
Flexible python implementation of red black trees
drs-bloom-filter
Pure Python Bloom Filter module