Skip to content

A linked list based sorted dictionary implementation

Notifications You must be signed in to change notification settings

sgreene570/SortedDictADT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SortedDictADT

My implementation of a sorted dictionary using generics in C. Uses a linked list of dictionary entries instead of a hash based array, so the term "dictionary" is used loosely.
TODO: add key lookupi, More memory leak checking and test edge cases.

About

A linked list based sorted dictionary implementation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages