You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.