mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-06 20:15:52 +08:00
f77fd6fb2dc65e4cef240197349b9aa755d45caf
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).
Description
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
https://thealgorithms.github.io/C-Plus-Plus
algorithmalgorithm-competitionsalgorithmsalgorithms-implementedartificial-intelligence-algorithmscomputer-sciencecppdata-structureseducationalhacktoberfestinstructor-materialsinterview-preparationinterview-questionsmachine-learningmachine-learning-algorithmsmathematicssearchsort
Readme
MIT
196 MiB
Languages
C++
98.6%
CMake
1.3%