C-Plus-Plus icon indicating copy to clipboard operation
C-Plus-Plus copied to clipboard

Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.

Results 378 C-Plus-Plus issues
Sort by recently updated
recently updated
newest added

To calculate the average of numbers in a vector passed in. #### Description of Change #### Checklist - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests...

enhancement
Proper Documentation Required

#### Description of Change #### Checklist - [x] Added description of change - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ ] Added tests and example, test...

enhancement
automated tests are failing
requested changes

#### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests and example, test must pass...

#### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests and example, test must pass...

#### Description of Change #### Checklist - [☑️] Added description of change - [☑️ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ ☑️] Added tests and example, test...

enhancement
automated tests are failing
requested changes
Proper Documentation Required

#### Description of Change Added the cpp implementation of the double linear search based on the python variation with tests included. #### Checklist - [x] Added description of change -...

#### Description of Change #### Checklist - [ ] Added description of change - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ ] Added tests and example,...

#### Description of Change Added the implementation based on the Python implementation as well as the cmakelist files. Issue in response to #2024 #### Checklist - [x] Added description of...

#### Description of Change Added the solution for getting Aliquot Sum of a Number. The corresponding link is [here](https://the-algorithms.com/algorithm/aliquot-sum). This is the first time I'm contributing to this particular repository,...

enhancement
requested changes
hacktoberfest-accepted

#### Description of Change #### Checklist - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ x] Added documentation so that the program is self-explanatory and educational - [Doxygen...