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