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 #### Checklist - [y ] Added description of change - [ y] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [y ] Added tests and example,...

stale

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

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

stale

### Detailed description We can implement 0-1 knapsack problem in O(C) space complexity , where C is weight capacity of items we are allowed to take. As in DP table...

enhancement
stale

### Detailed description The algorithm was documented in #2482, however, it is still missing self-test implementations that make sure the algorithm works as expected, which will make the algorithm fully...

enhancement
good first issue
dont-close

### Detailed description Times change so does the development of algorithms and documentation Some of the older algorithms existing in this repository do not fit the [contribution guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md). A short...

enhancement
help wanted
dont-close

### Detailed description Currently, all of the Clang Tidy changes are being pushed in forks and appearing in other pull requests. However, these changes are not being pushed to the...

enhancement
dont-close

Created new directory for leetcode solutions, updated DIRECTORY.md and README.md #### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name...

enhancement
dont-close

updated version of stack linked list with proper formatting and fixed print statements. #### Description of Change #### Checklist - [x] Added description of change - [x] Relevant documentation/comments is...

on hold
Improvement
dont-close

### Description The Awesome Workflow makes changes to format files or to change the `DIRECTORY.md`, and then pushes the changes to the `master` branch. However, that branch is a protected...

bug
dont-close