A basic project to use some simple algorithms.
This algorithm runs in 饾洺 (饾憶) iterations in the worst case.
- To compile, use the command
make search - Run with the command
make run-search
To do
- Create file
sort.cpp - Pick any one to implement (They all use 饾洺 (饾憶虏) iterations)
- To compile, use the command
make sort - Run with the command
make run-sort