summaryrefslogtreecommitdiff
path: root/sources/hash_chains.py
AgeCommit message (Collapse)Author
2019-03-12Hashing with chains done!Haidong Ji
I was tricked by how to create a list of empty list. This line solved the problem: self.elems = [[] for i in range(n)]