2017-12-27 20:43:39 +08:00
|
|
|
# C++
|
2017-12-27 20:42:48 +08:00
|
|
|
|
|
|
|
This repository contains some useful algorithms and data structures.
|
|
|
|
|
|
|
|
### Contribute
|
|
|
|
|
|
|
|
How you can contribute? See this small guide.
|
|
|
|
|
2017-12-27 20:47:42 +08:00
|
|
|
* Use the directory structure of the repository.
|
2017-12-27 20:42:48 +08:00
|
|
|
* Please describe your pull requests.
|
2018-10-04 03:28:53 +08:00
|
|
|
* 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.
|
2018-10-27 18:38:15 +08:00
|
|
|
* Add some test cases in the main-function.
|
2019-02-09 18:28:35 +08:00
|
|
|
* Can suggest any change in present algorithms(if needed).
|