Computing.Net > Forums > Programming > Algorithm - B Trees

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Algorithm - B Trees

Reply to Message Icon

Name: Cyrus
Date: June 25, 2002 at 20:09:00 Pacific
Comment:

Does anyone have off-hand files of B Trees implementation that u can send me with??

I need those urgently because I need to understand the implementation of this data structure before I can continue on my research! (it's hard to find something like that on search engine..)



Sponsored Link
Ads by Google

Response Number 1
Name: cup
Date: June 25, 2002 at 22:39:03 Pacific
Reply:

Yes - balanced bushy trees by Bayer of Boeing Corp.

For a very good explanation and some demos, try

http://www.public.asu.edu/~peterjn/btree/

There is a full Pascal implementation in Niklaus Wirth's Algorithms+DataStructures=Programs if you can find one in a library. This is a BTree not a B+ Tree

Implementation in other languages, have a look in

http://search.simtel.net/cgi-bin/htsearch

The ones that say "with indicies" tend to be B+ trees.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Algorithm - B Trees

B+ Trees www.computing.net/answers/programming/b-trees/14513.html

overloading operators?!?! www.computing.net/answers/programming/overloading-operators/10052.html

What is a B2-Tree? www.computing.net/answers/programming/what-is-a-b2tree/3752.html