Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 595 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 595 Bytes

Table of contents

General info

This project is a simple generic algorithm that will calculate the x, y and z of a mathmatical equasion.

Technologies

Project is created with:

  • C++ 18

Setup

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