Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 392 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 392 Bytes

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.