This project is a simple generic algorithm that will calculate the x, y and z of a mathmatical equasion.
Project is created with:
- C++ 18
To run this project, compile it like the following or use your own method:
- Windows
$ cd ../"Generic Algorithm"
$ g++ -o GenericAlgorithm GenericAlgortihm.cpp && .\GenericAlgorithm
- Linux/apple
$ cd ../"Generic Algorithm"
$ g++ -o GenericAlgorithm GenericAlgortihm.cpp && ./GenericAlgorithm