tmaxxdd/AlgoritmTimeComparison
This is simple c++ code made for comparing time complexity of two algorithms. For example here is implemented horner vs classical polynomial evaluation. With small effort any others algorithms can be compared.
C++
No issues in this repository yet.