AsishRaju / 450-DSA

450-DSA helps you track your progress in solving 400+ DSA questions and keeps you engaging based on DSA-Cracker Sheet ⚡

Home Page:https://450dsa.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Problem Links

siddharthrangnani opened this issue · comments

Links need to be updated for few questions as it redirects to the solution page instead of practice page.

commented

@siddharthrangnani would really appreciate it if you could point out the questions with valid links

i will keep updating you as i start solving these questions

Array
19 | Rearrange the array in alternating positive and negative items with O(1) extra space
https://practice.geeksforgeeks.org/problems/array-of-alternate-ve-and-ve-nos1401/1

commented

Thanks, @siddharthrangnani & @sanchit36, I have updated the links in the latest release

commented

@mananjain02 @iemprashant , Thanks, I have updated the links in the latest release

Array
Median of 2 sorted arrays of equal size: https://www.geeksforgeeks.org/median-of-two-sorted-arrays/
Median of 2 sorted arrays of different sizes: https://leetcode.com/problems/median-of-two-sorted-arrays/

commented

Thanks @aakashgarg-19 updated the problem links in the new release

commented

Hello @Dhanush1509, looks like DP-35 has the same link that is already present in the live version. but I have updated the link for DP-40.

Thank You

Array
33) Minimum no. of operations required to make an array palindrome
Replace Broken Link - https://leetcode.com/problems/minimum-number-of-moves-to-make-palindrome/

Arrays
11) Merge 2 sorted arrays without using Extra space.
Replace the broken link with https://practice.geeksforgeeks.org/problems/merge-two-sorted-arrays-1587115620/1

DP
Q21 Update the given solution link to this problem link
https://practice.geeksforgeeks.org/problems/max-sum-without-adjacents-2/1

In the arrays section for question no 5.
Click on the question title leads to a wrong link. The question is not of union of two arrays but union of two sorted array.
Here's the link of correct question - https://practice.geeksforgeeks.org/problems/union-of-two-sorted-arrays-1587115621/1

Bit Manupulation
question no.6
When i click on the question it routes to the solution page .
Here's is the correct problem link : https://practice.geeksforgeeks.org/problems/copy-set-bits-in-range0623/1