C-Plus-Plus
C-Plus-Plus copied to clipboard
Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
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...
#### 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...
#### 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...
#### 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,...
#### 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...