PDA

View Full Version : HEEELP [REALLY NEEDED (and i mean REALLY)]



fluid_tw0
February 19th, 2005, 10:04 AM
i have to write b-tree database in PHP until sunday and i dunno how to do it...
i mean i know what b-tree database is, but what i dont' know is - HOW TO SORT IT TO BE BALANCED

it wouldn't be so urgent, but it's my condition to pass this semester, or i'll be saying bye to my college...

here's the algoritm: http://www.semaphorecorp.com/btp/algo.html

anyone?

petefs
February 20th, 2005, 05:44 PM
Here's binary tree algorithms in PHP:
http://www.phpclasses.org/browse/file/708.html

You could probably learn a lot from looking at it, and you should be able to rewrite it yourself if you're going to school for it ^_^

Good luck ^_^

petefs
February 20th, 2005, 05:46 PM
Here's another one -- try doing a search and you'll probably find even more ^_^

http://www.zend.com/codex.php?id=539&single=1

fluid_tw0
February 21st, 2005, 10:28 AM
i mean Balanced-Tree not Binary-Tree...

i know how to create Binary-Tree...