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 - [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...
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...
#### 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...
Sorting a Linked List using Insertion Sort in C++.
### 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...