DSA-guide icon indicating copy to clipboard operation
DSA-guide copied to clipboard

Trying to cover important DSA

Results 50 DSA-guide issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Question taken from leetcode. https://leetcode.com/problems/binary-tree-inorder-traversal ---- - A clear and concise description of what the problem is. Ex. I'm always...

good first issue
CrossWoC

## πŸ’₯ Proposal (A clear and concise description of what the proposal is.) This question uses the concept of **Binary Search** to find the peak element ### Have you read...

easy
CrossWoC

## πŸ’₯ Proposal With the growing number of scripts, it would be a good idea to ensure that PEP-8 guidelines are satisfied. ### Have you read the *Contributing Guidelines on...

medium
CrossWoC

## Related Issue - Added a new file for sum of triangular array using recursion #### Describe the changes you've made I have added a new folder. Please review for...

## πŸ’₯ Proposal StairCase search is also commonly known as Search in a Row and Column sorted array. ### Have you read the *Contributing Guidelines on Pull Requests* ? Yes

medium
CrossWoC

## πŸ’₯ Proposal This is the most asked problem in interviews in 2-D Arrays. The brute force of this problem is having a time complexity of O(n ^ 6) and...

medium
CrossWoC

I will add Wave Sort using C++

easy
CrossWoC

## πŸ’₯ Proposal (A clear and concise description of what the proposal is.) Trapping Rain Water is one of the most important array questions. ### Have you read the *Contributing...

medium
CrossWoC

## Related Issuse - Info about Issue or bug Closes: #[issue number that will be closed through this PR] #### Describe the changes you've made A clear and concise description...

## Related Issues - Added p'th Smallest/Largest Element in Unsorted Array in cpp Closes: #[issue number that will be closed through this PR] #### Describe the changes you've made Given...