Skip to content

Bidirection hashmap ADT implementation in Python.

Notifications You must be signed in to change notification settings

vandenheuvel/bimap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Bidirectional Hashmap

This is a simple implementation of the bidirectional hashmap ADT.

It is implemented in Python 3, two dictionaries are used to store the data. It doesn't require any dependencies. The package can be used using from bimap.bimap import BiMap.

About

Bidirection hashmap ADT implementation in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published