Clibs

Keyword “dictionary” packages
packagedescriptioncategorylicense
willemt/linked-list-hashmaphashmap that uses linked lists for managing collisionsData structureBSD
willemt/quadratic-probing-hashmaphashmap that uses quadratic probing (open addressing) for managing collisionsData structureBSD
davidleeds/hashmaptemplated and type-safe hashmap using open addressing and linear probing for collision resolution.Data structureMIT
willemt/skiplistDictionary implemented through a skiplistData structureBSD
ajaymt/dict.cSimple dictionary implemented through a linked listData structureMIT