C-plus-plus-Algorithms icon indicating copy to clipboard operation
C-plus-plus-Algorithms copied to clipboard

Find C++ Algorithms and data structure problems all-in-one place.

Results 10 C-plus-plus-Algorithms issues
Sort by recently updated
recently updated
newest added

two-dimensinol array ### What's being changed: ### Checkoff the following: - [ ] Read [Contribution.md](https://github.com/codewithdev/C-plus-plus-Algorithms/blob/master/CONTRIBUTING.md) - [ ] Created a new branch before committing. - [x] My File doesn't contain...

### What's being changed: I've written C++ code which uses **cin** to capture input in the terminal and then **cout** to display the captured input back to the user. I...

### What's being changed: I added a solution for First Positive Missing Integer problem available for Hashing category. This questions does not use conventional hash table and instead uses the...

Implementation of Doubly LinkedList with all the methods in a single program.

### What's being changed: 1. I have added a new folder for Uploading solutions of [UVA online judge](https://onlinejudge.org/) 2. I have added 8 solutions solved by me earlier. ### Checkoff...

Given the root of a binary tree and an integer targetSum, return all root-to-leaf paths where the sum of the node values in the path equals targetSum. Each path should...

Added the implementations of Depth_First_Search, Breadth_First_Search, BellmanFord_Algo , Floyyd_Warshall_Algo , KruskalAlgo , Prims_Algo ,TopologicalSort ,DSU_Template among others. ### What's being changed: ### Checkoff the following: - [x] Read [Contribution.md](https://github.com/codewithdev/C-plus-plus-Algorithms/blob/master/CONTRIBUTING.md) -...

### What's being changed: I have added a swap alternate algorithm for arrays. For example, if the given array is: [1, 2, 3, 4, 5]. Then the output array will...

Given a weighted, directed, and connected graph of V vertices and E edges, Find the shortest distance of all the vertices from the source vertex S. If vertices can't be...

question link - https://www.codechef.com/START56D/problems/KSUB @codewithdev kindly review for hacktoberfest