Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 734 Bytes

File metadata and controls

12 lines (10 loc) · 734 Bytes

cpp-utils

A collection of C and C++ utilities, tools, and educational projects.

Table of Contents

  • 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