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 - [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
automated tests are failing
requested changes

This code is a solution of one of the very famous m coloring question type thus giving a basic understanding of such problem. #### Description of Change #### Checklist -...

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

Added a new algorithm Randomize quick sort because it avoids the worst case of quick sort. #### Description of Change As I saw Randomize Quick sort Algorithm is not present...

Added a file solving a bit manipulation problem. This problem solves one real-world problem of system failures due to unavoidable system shuts, cable damages, or short circuits.

### Detailed description Let's have a number n and a value k, we need to turn off the k'th bit in n numbers. Note: count starts from the rightmost bit...

enhancement

#### Description of Change: Added validation for proper integer entry. Decimals and strings wont be allowed. #### Checklist - [yes ] Added description of change - [ ] Added file...

### Detailed description I have made two Ml models .. one on linear regression and other on logistic regression and i want to contribute both of them , pls assign...

enhancement

Sorting a Linked List using Insertion Sort in C++.

enhancement
good first issue

### Detailed description Hey , I want to add detailed documentation , code of **finding only Non-repeating elements** using Bit Manipulation. The Lanugauge I will use for solving this issue...

enhancement