dictionary
Here are 110 public repositories matching this topic...
Implemented Dictionary ADT using Hashing and Trees, with sample word concordance program
-
Updated
May 11, 2023 - C
A very performant, fairly lightweight HashMap implementation in C.
-
Updated
Sep 10, 2024 - C
-
Updated
Aug 24, 2023 - C
This is a hash table implementation of the dictionary ADT which handles collisions using chaining. The implementation is essentially an array of linked lists that will append a new node (make it the tail) to the linked list whose head it collided with/ It is a simple, yet useful and relatively fast implementation.
-
Updated
Aug 12, 2021 - C
This is simple and generic dictionary. You can instantiate multiple dictionaries with the constructor. See interface below.
-
Updated
Dec 25, 2017 - C
Example C Implementation of Python OrderedDict
-
Updated
May 6, 2018 - C
lcKeyValueMap is a small libary that can store variable amounts of strings by name (call it associative array, dictionary key value map string to string)
-
Updated
May 18, 2018 - C
Linux Misc Device File that handles a dictionary
-
Updated
Oct 2, 2023 - C
Project Work for Algorithms and Data Structures
-
Updated
Mar 13, 2020 - C
A generic ordered dictionary C library using AVL trees
-
Updated
Apr 16, 2024 - C
-
Updated
May 20, 2024 - C
A linked list based sorted dictionary implementation
-
Updated
Jul 27, 2017 - C
The vanilla pam_cracklib module with dictionary checks disabled.
-
Updated
Jul 15, 2018 - C
-
Updated
Feb 10, 2019 - C
high-performing dictionary implementing patricia trie
-
Updated
Feb 23, 2024 - C
Improve this page
Add a description, image, and links to the dictionary topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dictionary topic, visit your repo's landing page and select "manage topics."