Christian Bender 8188591236 Update README.md
2017-12-27 13:43:39 +01:00
2017-12-23 18:30:49 +01:00
2017-12-23 22:53:02 +01:00
2017-12-26 16:44:46 +05:30
2017-12-23 18:30:49 +01:00
2017-10-28 16:26:02 +05:30
2017-12-26 16:41:23 +05:30
2017-12-25 14:39:09 +05:30
2017-12-27 13:43:39 +01:00

C++

This repository contains some useful algorithms and data structures.

Contribute

How you can contribute? See this small guide.

  • Please describe your pull requests.
  • Don't use bits/stdc++.h because this is quite Linux specific and slow down the compiler process.
  • Put in comments in your code.
  • Avoid struct uses instead the class keyword.
  • Add some test cases in the main-function.
Languages
C++ 98.6%
CMake 1.3%