This project is created for the purpose of learning how to create and implement Computational Geometry algorithms in C++
Creating this project has exposed me to various C++ concept implementations such as
- template classes/methods
- OOP implementation in C++, pointers
- header file creation
- unit testing
- other concepts crucial to building robust projects in C++
- good practices to follow while creating C++ projects.
Please go through Notes.md as it has important stuff pertaining to this project