rajap144 / Algos

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algos

Build Status

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 atleast 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.6%Language:Makefile 3.4%