Skip to content

Latest commit

History

History
25 lines (15 loc) 路 481 Bytes

File metadata and controls

25 lines (15 loc) 路 481 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 the command make search
  • Run with the command make run-search

Sorting

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