Skip to content

A simple, hashtable based Dictionary, implemented in python.

Notifications You must be signed in to change notification settings

huldumadurin/KVStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KVStore

A simple, hashtable-based Dictionary.

Instructions

I didn't finish setting the file up as a library but you can run the file /src/hashmap-dict.py and see it working.

add(key, value)

Adds a value to the dictionary

get(key)

Gets a value from the dictionary

The hash table set up in the file is extremely small, to play with collisions, but you can change the size to whatever you want. Data saving and loading is not implemented.

About

A simple, hashtable based Dictionary, implemented in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published