# C-Plus-Plus **Repository Path**: GG_Colin/C-Plus-Plus ## Basic Information - **Project Name**: C-Plus-Plus - **Description**: C++算法实现代码集 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 99 - **Created**: 2019-07-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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).