|
|
|
|
|
by rosstex
1960 days ago
|
|
When you come across a new user, you need to efficiently identity which hash belongs to that user. Using random hashes would require a linear search. The binary search approach requires redirects to navigate the tree to a unique leaf. |
|