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

#### Description of Change Added binary exponentiation algorithm #### 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...

enhancement
approved

#### 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...

enhancement
Proper Documentation Required
approved

Fix index access overflow - [x] Added description of change - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours...

enhancement
stale

#### Description of Change Added a new implementation of the median search algorithm using linked lists. #### Checklist - [x ] Added description of change - [ x] Added file...

enhancement
automated tests are failing
requested changes

#### Description of Change Implemented Boruvkas Algorithm, a greedy algorithm for finding a graphs minimums spanning tree. #### Checklist - [x] Added description of change - [x] Added file name...

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...

enhancement
stale

Only applicable for algebra expression, ax - by = 0 #### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name...

enhancement
requested changes
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...

enhancement

#### Description of Change I think this variation of the red black tree data structure has helpful additional documentation and naming for functions/variables to make it clearer how different parts...

enhancement
automated tests are failing

#### Description of Change Implemented calculation of divisors of a natural number #### Checklist - [x ] Added description of change - [x ] Added file name matches [File name...

enhancement
requested changes