View Single Post
Old Feb 22nd, 2008, 8:23 PM   #1
tmac_619
Newbie
 
Join Date: Feb 2008
Posts: 4
Rep Power: 0 tmac_619 is on a distinguished road
Implementat of B-Tree

I am currently working on a B-Tree implementation.
I am working on the Insert Function. I just have a quick question. When you are suppose to insert something in the tree, you have to run a search. And in order to search you need to compare objects. How are we suppose to compare..? Compare the address, pointer or any other thing ?.

Thanks,
tmac_619 is offline   Reply With Quote