Skip to content

kenkam/algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms - A project for learning algorithms

Algorithms is a project for learning algorithms. It is initially implemented in C++, but may include other languages in the future.

It is very primitive at the moment and there are things such as testing and benchmarking that would add to this project. However, there is enough code to start implementing other algorithms.

Implementation Notes

Array of pointers was chosen in main.cpp for sorting algorithms instead of using standard library data structures to keep the algorithms lightweight and to provide a reminder on how pointers work.

Running

As simple as:

make
./algorithms

About

A project for learning algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages