Skip to content
/ rak Public

Simple key-value pair data type like a Python dictionary based on hashtable implemented in C.

Notifications You must be signed in to change notification settings

AndrewSich/rak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Rak DT

A simple key-value pair data type based on a hashtable with link and linear probing. For now is just a learning (or an EXPERIMENTAL), and NOT RECOMMENDED for used in real cases. stay careful

About

Simple key-value pair data type like a Python dictionary based on hashtable implemented in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages