Skip to content

Latest commit

History

History
23 lines (15 loc) 路 404 Bytes

File metadata and controls

23 lines (15 loc) 路 404 Bytes

Simple Algorithms

A basic project to use some simple algorithms.

Linear Search

This algorithm runs in 饾洺 (饾憶) iterations in the worst case.

  • To compile use make
  • Run as ./search.out

Sorting

To do

  • Create file sort.cpp
  • Pick one to implement (They all use 饾洺 (饾憶虏) iterations)
  • Compile with make sort
  • Run as ./sort.out