Wizard-Of-Docs icon indicating copy to clipboard operation
Wizard-Of-Docs copied to clipboard

A open source project to bring all the data structures and algorithms docs under one repository.

Results 40 Wizard-Of-Docs issues
Sort by recently updated
recently updated
newest added

### Description Describe more about the issue. ### Programming language - [ ] C - [ ] C++ - [x] Java - [ ] Python #### Are you contributing under...

### Description Describe more about the issue. The DFS algorithm is a recursive algorithm that uses the idea of backtracking. It involves exhaustive searches of all the nodes by going...

### Description Algorithm of selection sort ### Programming language - [ ] C - [x] C++ - [ ] Java - [ ] Python #### Are you contributing under any...

### Description Describe more about the issue. Kadane's algorithm is an iterative dynamic programming algorithm in which we search for a maximum sum contiguous subarray within a one-dimensional numeric array....

### Description of the change Describe more about the change. Updated the bubble sort.md added the cpp programs the general approach and the optimised approach have been added ### Domain...

## What is the change? I have created a doc file on 2-d arrays in c++ ## Related issue? closes: #92 ## Checklist: Before you create this PR, confirm all...

### Description code for problem learning to be precise ### Programming language - [x] C++ #### Are you contributing under any open-source program ? hacktoberfest

small changes( code format and indentation) ## Related issue? closes: #issue_number ## Checklist: Before you create this PR, confirm all the requirements listed below by checking the checkboxes `[x]`: -...

## What is the change? The knapsack problem is a classic optimization problem in mathematics that is also faced in day-to-day life and in many projects. I've added the solution...

### Description pre-order-tree-traversal ### Programming language - [x] Python - [ ] C - [ ] C++ - [ ] Java #### Are you contributing under any open-source program ?...