|
-
September 1st, 2008, 11:51 AM
#1
Does anybody know what R-tree applications are?
I'm trying to learn a new data structure called R-tree, can anybody please suggest me what R-tree's applications are :-/
-
September 1st, 2008, 01:48 PM
#2
Re: Does anybody know what R-tree applications are?
R-trees are tree data structures that are similar to B-trees, but are used for spatial access methods i.e., for indexing multi-dimensional information; for example, the (X, Y) coordinates of geographical data. A common real-world usage for an R-tree might be: "Find all museums within 2 miles (3.2 km) of my current location".
wikipedia
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|