package | description | category | license |
---|---|---|---|
willemt/linked-list-hashmap | hashmap that uses linked lists for managing collisions | Data structure | BSD |
willemt/quadratic-probing-hashmap | hashmap that uses quadratic probing (open addressing) for managing collisions | Data structure | BSD |
willemt/skiplist | Dictionary implemented through a skiplist | Data structure | BSD |