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

This is one of the CPU Scheduling algorithms/program. This algorithm/program work with Linked List.

#### 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 I'd like to write an implementation for an indexed priority queue data structure for the project. It will be relatively simple, and mainly for educational purposes. I...

enhancement

### What would you like to share? I want to add activity selector greedy algorithm code in cpp ### Additional information _No response_

enhancement

### Detailed description ### Construct Binary Search Tree from Preorder Traversal. **Problem Statement:** Given an array of integers preorder, which represents the preorder traversal of a BST (i.e., binary search...

enhancement

#### 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) - [ ] Added tests and example,...

### Detailed description add a code for program of inorder tree traversal ### Context it is important because without any traversal technique , we will not be able to traverse...

enhancement

#### Description of Change Renamed the segtree.cpp file to segment_tree.cpp. This file contains the implementation of the segment tree but was not easy to find due to its previous name....

enhancement
good first issue