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

There are about 10 pages of open PRs without any comments, reviews or labels. Shall we review those PRs, close them, or something else that you propose?

dont-close

### Detailed description Some of the workflows we're using are already well-checked and built on the [scripts](https://github.com/TheAlgorithms/scripts) repository. We should use these workflows/scripts instead in our GitHub Actions workflow. ###...

enhancement
dont-close

#### Description of Change fix: the end condition of the babylonian_method and add testcase 3. The double type precision problem causes the original test cases to be inaccurate. #### Checklist...

#### Description of Change intialize -> initialize #### 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...

#### 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 - [x] Added documentation...

#### Description of Change Same as TheAlgorithms/Rust#647 - it contains the description of the problem, which this PR solves. #### Checklist - [x] Added description of change - [x] PR...

dont-close

#### Description of Change A special implantation of queue: circular queue by a binary file #### Checklist - [x] Added description of change - [x] Added file name matches [File...

stale

#### 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 - Improve the Jump Game algorithm. - Fix segmentation fault. - Improved documentation. - Added missing namespace (`greedy_algorithms`). - Used proper filename with snake_case. - Added...

enhancement
approved

#### #### 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 - [x] Relevant...