/exercise1

c++ path normalization

Primary LanguageC++

C++ path normalization implementation for task at https://github.com/vlm/programming-exercise-c-1

#How to build

make normalize - for a regular console tool make test - build test suite and run it make bench - build benchmark tool and run it

Benchmark tool requires cmake 2.28.12 or higher.