A collection of C and C++ utilities, tools, and educational projects.
- study/ — study projects and experiments
- parallel_sorting/ — parallel sorting algorithms and their benchmarking
- xroads/ - multithreading crossroad simulation with lock-free SCSP FIFO
- tools/ — various utilities and tools
- RangeSearch/ - N-dimensional range search using k-d tree, range tree, and Boost R* tree
- ConcaveHull/ — concave hull construction, working with points, and visualization
- DeleteRepeatsData/ — removing duplicate data from files