Skip to content

Screechie/algos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Some simple algorithms

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 57.8%
  • Makefile 42.2%