Skip to content

Commit 97e27fc

Browse files
authored
Update README.md
1 parent 049d59c commit 97e27fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This repository contains a Java implementation of the **MQR-Tree**, a 2D spatial
66

77
If you're familiar with the R-tree, you'll find the MQR-Tree to be a more optimized and efficient alternative.
88

9+
Amusingly, the "MQ" is never defined by the authors – it _probably_ stands for "Multi-Quadrant".
10+
911
---
1012

1113
## What is the MQR-Tree?
@@ -72,4 +74,4 @@ Method ](https://www.cs.uleth.ca/~osborn/pubs/JCSE.pdf). Marc Moreau, Wendy Osbo
7274

7375
## License
7476

75-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
77+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)