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 of the change Declaration of 2d array and how to access ### Domain of Docs - [ ] C - [x] C++ - [ ] Java - [...

documentation
Hacktoberfest
assigned

### Description Doc about queues and its implementation. ### Programming language - [ ] C - [x] C++ - [ ] Java - [ ] Python #### Are you contributing...

### Description Given the head of a singly linked list, reverse the list, and return the reversed list. ### Programming language - [x] C - [x] Python #### Are you...

## Related issue? closes: #138 ## Checklist: - [x] I have followed the [Code of Conduct](https://github.com/HackClubRAIT/Wizard-Of-Docs/blob/ec224497bce316f7b4736a901f70688f251cca87/CODE_OF_CONDUCT.md). - [x] I have checked there aren't other open [Pull Requests](https://github.com/siddhi-244/Embellish/pulls) for the same...

### Description Given an integer numRows, return the first numRows of Pascal's triangle. In Pascal's triangle, each number is the sum of the two numbers directly above it ### Programming...

## What is the change? Added the code for 2 Sum Array ## Related issue? closes: #146 ## Checklist: Before you create this PR, confirm all the requirements listed below...

### Description Given an array nums containing n distinct numbers in the range [0, n], return the only number in the range that is missing from the array. ### Programming...

HSOC22-Level-2

## What is the change? Remove this line and add a description ## Related issue? closes: #115 ## Checklist: Before you create this PR, confirm all the requirements listed below...

### Description Recursively, anyone can traverse the binary tree but it takes O(N) time and O(N) space [function call stack]. To reduce the space complexity, Morris Traversal is used. ###...

HSOC22-Level-2

### Description Added a Python code to segregate Even and Odd numbers in an unsorted array. ### Programming language - [ ] C - [ ] C++ - [ ]...