Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MarcoBackman/RangeSearchAnalysis in…
Browse files Browse the repository at this point in the history
…to main
  • Loading branch information
MarcoBackman committed Sep 24, 2021
2 parents e97b6c2 + 481e4ac commit 610b1e3
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# RangeSearchAnalysis
Algorithm of Analysis individual project #1 - Range searching algorithm
# <p align="center"> RangeSearchAnalysis </p>
## <p align="center"> Algorithm of Analysis individual project #1 - Range searching algorithm </p>


This project is comprised of three major sections.

### 1. Point Generator.
* Generates arbiturary points in incremental order.
* Matrix dimesion determined by users input.
* Matrix starting from 100 * 2 ^ n, where n = 1, 2, 3, 4... (Each of the matrix length is identical)
* Experimental number of points generated 600 * n, where n = 1, 2, 3, 4...
* Each generated points are save in .dat file named like: "POINTS_*MATRIX LENGTH*_*NUMBER OF POINTS*.dat

### 2. Data structures.
* Sequential structure.
* insert()
* find()

* KD-Tree Structure.
* insert()
* find()

### 3. Result exportation.

0 comments on commit 610b1e3

Please sign in to comment.