mrKappen / Algos

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The code in this repo is being reorganised in the reorganise branch. Please make all new PRs to that branch.

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. Fork the repo
  2. Create a branch and add your implementation of an algorithm that is not already in the repo
  3. Submit a pull request (after reading the contributing guidelines)

Want to suggest some algorithms to add?

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

License

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

About

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

License:MIT License


Languages

Language:C++ 96.9%Language:Makefile 3.1%