Skip to content
This repository was archived by the owner on Sep 10, 2019. It is now read-only.

JyolainnieDaniel/algos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 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++ 68.1%
  • Makefile 27.6%
  • GCC Machine Description 4.3%