An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: sorted-dict

tfpf/pysorteddict

Python dictionary in which the keys are always in ascending order

Language: C++ - Size: 228 KB - Last synced at: about 5 hours ago - Pushed at: about 5 hours ago - Stars: 0 - Forks: 0

nvictus/pqdict

A Pythonic indexed priority queue

Language: Python - Size: 966 KB - Last synced at: 11 days ago - Pushed at: 11 months ago - Stars: 90 - Forks: 27

narimiran/sorta

SortedTables in Nim, based on B-Trees

Language: Nim - Size: 38.1 KB - Last synced at: 3 days ago - Pushed at: about 5 years ago - Stars: 20 - Forks: 3

areller/redis-dict

Redis with Sorted Dictionaries

Language: C - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: over 6 years ago - Stars: 1 - Forks: 0

rahul1947/LP2-Skip-List-Implementation

Skip Lists: A generalization of sorted linked lists for implementing Dictionary ADT (insert, delete, find, min, floor, ceiling) in O(log n) expected time per operation. And competing with balanced search trees like AVL, Red-Black, and B-Trees.

Language: Java - Size: 24.9 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0