solutions
dz / leetcode / problems / 421_max_XOR_two_numbers / solutionsNode Tree
Nodes
| hashset | |
| content | Bitwise prefixes using HashSet |
| children | trie (Trie is faster), codestudy/leetcode/421/files/hashset.py, leetcode/data_structures/set |
| location | knowledge/leetcode/leetcode.dz:1591 |
| trie | |
| content | Bitwise prefixes using Trie |
| children | leetcode/data_structures/trie |
| parents | hashset |
| location | knowledge/leetcode/leetcode.dz:1595 |