diff options
author | Haidong Ji | 2019-03-12 21:33:24 -0500 |
---|---|---|
committer | Haidong Ji | 2019-03-12 21:33:24 -0500 |
commit | 20bda975f02bdf906e924f176c27fd95df8c8424 (patch) | |
tree | 35a9cc2c3570aecc0ce0b55b283c6be8652e47c6 /sources/tree_height.py | |
parent | 0c0755cd6087679207063d2d31fed9a2cda23f31 (diff) |
Hashing with chains done!
I was tricked by how to create a list of empty list. This line
solved the problem:
self.elems = [[] for i in range(n)]
Diffstat (limited to 'sources/tree_height.py')
0 files changed, 0 insertions, 0 deletions