Skip to content

lonelam/Algos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algos

Travis status Gitter

Implementation of well-known (and some rare) algorithms, mostly in C++.

Contents

For algorithms and data structures in C++, check out the list here.

My goal

Add at least 1 algorithm to the repo every week.

Want to contribute to open-source and help me achieve the goal?

  1. Read the contribution guidelines
  2. Fork the repo
  3. Create a branch and add your implementation of an algorithm (or data structure) that is not already in the repo
  4. Add unit tests for the code you've added
  5. Submit a pull request

You can find more details regarding the steps above in the contribution guidelines, so be sure to check them out.

Want to suggest some algorithms to add?

Just create a new issue and I'll handle it from there 😄

Maintainers

This repo is being actively maintained by @alxmjo, and inactively by @faheel.

License

This project is licensed under the terms of the MIT license.

About

Implementation of well-known (and some rare) algorithms, mostly in C++

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.3%
  • CMake 3.4%
  • Other 0.3%