Hi,
I sorta get how a binary tree works with the root node and how its ordered.
However im confused of a hash table. Whats it do, and is it more efficient to use then a binary tree?
Could someone help explain please if possible which is better and how hash sets work
Thanks