diff --git a/02_hash_maps/hm.py b/02_hash_maps/hm.py new file mode 100644 index 0000000..3e2d4ad --- /dev/null +++ b/02_hash_maps/hm.py @@ -0,0 +1,9 @@ +""" +HashMap Table Implementation +@jlengrand +2013/11 +""" + +class HashMap(): + def __init__(): + self.size = 0