Skip to content

MikeAelbrecht/GenericAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages