B+ tree

S

Steven

Hello,

Trying to implement my own B+ tree and now I'm testing it.
I have seen applets somewere in net that implements
b+ trees etc but don't remember any urls. Google gives only
restricted b+ tree based applets.
Does anyone remember any urls?

Second question is that are there any web sites that are
specialized to algoriths? Any code also pseudo is suitable for
my purposes.

S
 
A

Alan Meyer

Steven said:
Hello,

Trying to implement my own B+ tree and now I'm testing it.
I have seen applets somewere in net that implements
b+ trees etc but don't remember any urls. Google gives only
restricted b+ tree based applets.
Does anyone remember any urls?

Second question is that are there any web sites that are
specialized to algoriths? Any code also pseudo is suitable for
my purposes.

S

There are a number of open source btree implementations
available via the C, C++ User's Journal.

See http://www.cuj.com/link/subject41.htm?topic=link. There
are at least three of them on that page. There are lots of
others too in the C/UNIX world.
 
R

Roedy Green

Trying to implement my own B+ tree and now I'm testing it.
I have seen applets somewere in net that implements
b+ trees etc but don't remember any urls. Google gives only
restricted b+ tree based applets.
Does anyone remember any urls?

most of the time people use SQL engines that give more flexibility
than raw B+ implementations.


see http://mindprod.com/jgloss/sql.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top