Skip to content

NelsonBilber/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Labs

Summary

This is a Work In Progress. The objective is to do some experiments with common algorithms.

Another objective is to build a Cmake multi-project and work with Continuous Integration Systems with github repository

Index

Complexity

Measure algorithm’s complexity using a mathematical approach.

Big-Oh notation

Sorting

  • QuickSort (simple Version)

Project structure

  • Cmake (open-source, cross-platform family of tools designed to build, test and package software)
  • Catch2 (unit test)
  • Travis CI or AppVeyor (Continuous Integration environment)

Next Tasks

TODO’s