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

## 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 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 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...

## 💥 Proposal Two sorted arrays would be given and those arrays should be merged without using extra space. For example: Array - 1 = [0 , 2 , 4...

medium
CrossWoC

Added Some C++ programs to Arrays/Cpp

Created a PrimeSeive program in c++ ## Related Issuse - Info about Issue or bug Closes: #[issue number that will be closed through this PR] #### Describe the changes you've...

## Related Issuse - Info about Issue or bug Closes: #297 #### Describe the changes you've made Added sum_of_digits.py which calculates sum of digits using recursion in python. ## Type...

## 💥 Proposal I would like add toh using recursion in cpp ### Have you read the *Contributing Guidelines on Pull Requests* ? - [X] yes

medium
CrossWoC

**Is your feature request related to a problem? Please describe.** Question picked up from leetcode https://leetcode.com/problems/rotate-list/ Given the head of a linked list, rotate the list to the right by...

## Related Issuse - Swap nodes in pairs Closes: #286 #### Describe the changes you've made Added source code for 'Swap nodes in pairs' problem in Python ## Type of...