| Clarified the wording in a comment. |
|
More...
|
almost 15 years ago
|
| Removed unused code. |
|
More...
|
almost 15 years ago
|
| Fixed a misleading comment. |
|
More...
|
almost 15 years ago
|
| Now calculating exactly how many bytes are used by the PST. |
|
More...
|
almost 15 years ago
|
| Now able to specify how many enumeration iterations |
|
More...
|
almost 15 years ago
|
| Removed debug code in test stub. |
|
More...
|
almost 15 years ago
|
| Now representing coordinates as integers. |
|
More...
|
almost 15 years ago
|
| Added time measurements to determine how much time was being taken by initial sorting |
|
More...
|
almost 15 years ago
|
| Added extra documentation to explore method |
|
More...
|
about 15 years ago
|
| Can now run several iterations of the queries |
|
More...
|
about 15 years ago
|
| Better memory management in C++ implementation |
|
More...
|
about 15 years ago
|
| Added a comparative test of LEDA |
|
More...
|
about 15 years ago
|
| Fixed a typo and removed unused variables. |
|
More...
|
about 15 years ago
|
| Updated README to reflect C++ implementation. |
|
More...
|
about 15 years ago
|
| Heapsort determined to be good enough |
|
More...
|
about 15 years ago
|
| Implemented smallestPowerOf2GreaterThanLog2Of |
|
More...
|
about 15 years ago
|
| No longer testing simple partitioning in Java |
|
More...
|
about 15 years ago
|
| Implemented algorithm A from Katajainen and Pasanen |
|
More...
|
about 15 years ago
|
| Implemented simple partition |
|
More...
|
about 15 years ago
|
| Reworking much of c++ code to make it more idiomatic |
|
More...
|
about 15 years ago
|
| Implemented all remaining methods in C++ |
|
More...
|
about 15 years ago
|
| Implemented buildTree |
|
More...
|
about 15 years ago
|
| Implemented and testing heap sort |
|
More...
|
about 15 years ago
|
| Now testing insertion sort |
|
More...
|
about 15 years ago
|
| Modified PSTPoint to allow sending to cout, wrote insertion sort and basic test stub |
|
More...
|
about 15 years ago
|
| Wrote c++ version of PSTPoint |
|
More...
|
about 15 years ago
|
| Began c++ version |
|
More...
|
about 15 years ago
|
| Implemented algorithm A from katajainen, also clarified buildTree in InPlacePST |
|
More...
|
about 15 years ago
|
| Added comments to heap sort to clarify how it works |
|
More...
|
about 15 years ago
|
| heapSort now bug-free and being used to build InPlacePST |
|
More...
|
about 15 years ago
|