Bidirectional-Hash-Map

This package contains implementation of a bidirectional hash map.


License
MIT
Install
pip install Bidirectional-Hash-Map==1.0

Documentation

Bidirectional Hash Map

A Python package contains implementation of a Bidirectional Hash Map.

Usage

The class BidirectionalHashMap itself can be used to initialise a bidirectional hash map which is a hash map which has mappings from keys to values and the other way around. Several methods are in the class.