| Fixed a bug where creating the tree would crash if n was one less than a power of 2 |
|
More...
|
about 15 years ago
|
| Separated partitioning and sorting into their own class for ease of modular testing |
|
More...
|
about 15 years ago
|
| Proved that a full sort is necessary with the given buildTree algorithm. |
|
More...
|
about 15 years ago
|
| Added lots of testing code for build tree...there's a bug here somewhere |
|
More...
|
about 15 years ago
|
| Implemented simple stableInPlace01Partition |
|
More...
|
about 15 years ago
|
| Reimplemented explore using Knuth's algorithm |
|
More...
|
about 15 years ago
|
| Partial rewrite of array and pointer implementations to make the root point the highest point, to more easily compare the different implementations. |
|
More...
|
about 15 years ago
|
| Implemented enumerate3Sided |
|
More...
|
about 15 years ago
|
| Implemented highest3Sided |
|
More...
|
about 15 years ago
|
| Fixed a bug in leftMostNE where best X was not being checked |
|
More...
|
about 15 years ago
|
| Implemented highestNE |
|
More...
|
about 15 years ago
|
| Implemented leftMostNE |
|
More...
|
about 15 years ago
|
| Lots of cleanup |
|
More...
|
about 15 years ago
|
| Implemented insertionSort which should be good enough until 0,1 stable sort is implemented |
|
More...
|
about 15 years ago
|
| Building the in-place PST seems to work, verified for a tree of size 4 |
|
More...
|
about 15 years ago
|
| Now calculating nodes at last level |
|
More...
|
about 15 years ago
|
| Now sorting in place by x-coordinate |
|
More...
|
about 15 years ago
|
| Created stub for new implementation |
|
More...
|
about 15 years ago
|
| Moved testing code into a single file |
|
More...
|
about 15 years ago
|
| Reorganization of file structure to remove duplication |
|
More...
|
about 15 years ago
|
| No longer storing median X, since it is just as fast to query left child for max X, or right child for min X |
|
More...
|
about 15 years ago
|
| Removed iterative tree building |
|
More...
|
about 15 years ago
|
| Implemented an iterative version of buildTree |
|
More...
|
about 15 years ago
|
| Implemented a 3 bounded query that doesn't use stored median |
|
More...
|
about 15 years ago
|
| Merged in pointer branch |
|
More...
|
about 15 years ago
|
| Added some code to measure time taken for each operation |
|
More...
|
about 15 years ago
|
| Minor cleanup for testing against pointer version |
|
More...
|
about 15 years ago
|
| Got rid of 4 boundary searches |
|
More...
|
about 15 years ago
|
| Implemented maxYinRange |
|
More...
|
about 15 years ago
|
| Implemented min/max X in range |
|
More...
|
about 15 years ago
|