Wont a bitwise trie be too memory intensive?
Storing an integer would need 32 nodes space and each node would need
3-integers space (data, left and right).
So, if there are a million integers, we will need 32*3 = 96 million
integers!

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algoge...@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to