• This repository has been archived on 24/Nov/2022
  • Stars
    star
    1
  • Language
    C++
  • Created almost 6 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A laboration from second year at university i did for datastructure and algorithms. I've found this on my computer and was kind of impressed of the way this code turned out. Some imo advanced template methods with functors and operators, especially in the header file "time_measurements.h". In order to run all the sorting algorithms with measurements i had a run_algortihm function, which had to be implemented for every single sorting operator, but i found a syntax to pretty much avoid it all. :D