Skip to content

aditiagarwal34550/C-Plus-Plus

This branch is 1445 commits behind TheAlgorithms/C-Plus-Plus:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a3ddfcd · Feb 20, 2019
Mar 12, 2018
Nov 7, 2016
Feb 12, 2019
Feb 10, 2019
Feb 20, 2019
Mar 16, 2018
Apr 18, 2018
Feb 13, 2019
Feb 13, 2019
Feb 12, 2019
Aug 29, 2017
Dec 26, 2017
Feb 12, 2019
Feb 9, 2019
Oct 8, 2017
Oct 17, 2017

Repository files navigation

C++

This repository contains some useful algorithms and data structures.

Contribute

How you can contribute? See this small guide.

  • Use the directory structure of the repository.
  • Please describe your pull requests.
  • Don't use bits/stdc++.h because this is quite Linux specific and slows down the compiler process.
  • Put comments in your code.
  • Avoid struct. Instead use the class keyword.
  • Add some test cases in the main-function.
  • Can suggest any change in present algorithms(if needed).

About

All Algorithms implemented in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.3%
  • C 0.7%