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