Are there any B-tree programs or sites that show visually how a B-tree works

Posted by Phenom on Stack Overflow See other posts from Stack Overflow or by Phenom
Published on 2010-04-06T16:00:14Z Indexed on 2010/04/06 16:03 UTC
Read the original article Hit count: 534

Filed under:
|
|

I found this website that lets you insert and delete items from a B-tree and shows you visually what the B-tree looks like:

java b-tree

I'm looking for another website or program similar to this. This site does not allow you to specify a B-tree of order 4 (4 pointers and 3 elements), it only lets you specify B-trees with an even number of elements. Also, if possible, I'd like to be able to insert letters instead of numbers.

I think I actually found a different site but that was a while ago and can't find it anymore.

© Stack Overflow or respective owner

Related posts about b-tree

Related posts about website