mirror of
https://github.com/jlengrand/Coding4Interviews.git
synced 2026-03-10 08:11:24 +00:00
Beautifies the code a bit
This commit is contained in:
@@ -240,7 +240,6 @@ class HMNeighbourCollision():
|
||||
"""
|
||||
my_key = self._hash(key)
|
||||
|
||||
# We think the key is here.
|
||||
# Test all the possible indexes for the key
|
||||
# Stop when we reach the limits of the hasmaps
|
||||
# or we find a free index
|
||||
|
||||
Reference in New Issue
Block a user