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 Added Priority Scheduling Algorithm code #### 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...
#### Description of Change added a new file inorder.cpp which contains the code for algorithmic implementation of inorder traversal of trees using cpp #### Checklist - [x ] Added description...
### Detailed description I want to add an algorithm for the problem of "Tower of Hanoi" explaining the work flows of the algo , schematic representation , C++ code and...
### Detailed description Want to add Kadane's Algorithm to get largest sum of contiguous subarray. ### Context Asked in many interviews. It is the most optimized solution to get largest...
Comments are also added #### Description of Change #### Checklist - [ ] Added description of change - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ ]...
#### Description of Change I added the member function `deleteAllNodes()` into the `stack` and applied it in the destructor, assignment operator and in the `clear` method. I have applied address...
#### Description of Change #2056 solution of this problem #### Checklist - [x] Added description of change - [ ] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [ ]...
#### Description of Change Create round_robin_scheduling.cpp file in cpu_scheduling_algorithms directory. #2024 #1574 #### 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) -...
Added new CPU-Scheduling Algorithm Shortest Job First
Horners Rule is used to find the value of polynomial. #### Description of Change #### Checklist - [x] Added description of change - [x] Added file name matches [File name...