/Computational-Geometry-Visualizer

The idea is an app that you can choose an algorithm among a list of computational geometries algorithms and you can enter the input points and the app runs the algorithms step-by-step to achieve the final output. Besides, I would like to apply unit testing in this project.

Primary LanguageC++

Goals:

Learning:

  • Using namespace practice
  • Writing unit tests
  • Advanced c++11 topics (random header, )