andy-keene / algorithms

Asymptotic and empirical algorithm analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algorithms

Asymptotic and empirical algorithm analysis

To run the code locally:

cd cpp

vi main.cpp

Set:

  • the data output file on line 26
  • choose the array initialization (lines 41-43)
  • choose the algorithm to time (lines 49-52)

create the executable with make

run the program with ./app

About

Asymptotic and empirical algorithm analysis


Languages

Language:TeX 79.3%Language:C++ 19.7%Language:Makefile 1.0%