Hello everyone...
Can anyone point me to a sample implementation of the finger search algorithm (preferably OO C++/Java)?
I have a 2-3-4 tree and i need to expand it to a finger tree for a college project. The only example i've found on the web is in Haskell and it seems very strange to me.

Thanks in advance...