Click to See Complete Forum and Search --> : Index tree(new data structure)


dilyan_dokov
April 7th, 2005, 12:09 PM
There is a rather new data structure called Index Tree. Can someone tell me how it works?

manick
April 13th, 2005, 06:28 AM
You have a site then they have site index-tree to use that. Chk out the link which is below.
http://www.lmu.edu/pages/395.asp?seed=1,#b68

Cheers,
Manick :wave:

MrViggy
April 14th, 2005, 10:39 AM
Somehow, I don't think that's what the OP was asking about! ;)

I've never heard of an "index tree" as a data structure. Web searches didn't turn up much (except, I did find an interesting article on a "persistent buffer tree", basically dealing with speeding up the capturing of "real time" data; which coincidentally, is going to be my next project!).

Viggy

manick
April 14th, 2005, 11:36 AM
Viggy,
ya i know that i couldnt find one. so i gave index-tree which generally people refer in website..


Cheers,
Manick :D

dilyan_dokov
April 21st, 2005, 02:25 PM
It was hard for me to find it becouse it has several names. One of them is Index tree but there is more popular one. Statistics ordered tree. All of his main functions has N*LogN complexity and it is a static structore. cool