DSA-Bootcamp-Java
DSA-Bootcamp-Java copied to clipboard
This repository consists of the code samples, assignments, and notes for the Java data structures & algorithms + interview preparation bootcamp of WeMakeDevs.
Issue #792 can be resolved by updating the broken link of "Array Partition I" question to "Array Partition" question from leetcode.
## Detailed description of the change: The link to **Array-Partition-I** was not working, I have fixed it. The previous link was giving an error of page not found but the...
Question number 24 i.e Maximum Subarray has been moved to the 'medium' difficulty,hence update it to the medium difficulty in readme file.
removed extra line to make everything even in ```.gitignore```.
The link has been changed on Leetcode
# Link to the leetcode question gives Page not found > The leetcode question is missing, i.e problem from LeetCode itself, problem is Array partition 1 in Sorting section of...
fixed the typo of 24th question
[Maximum Subarray](https://leetcode.com/problems/maximum-subarray/)
Sudoku Solver hard question is present in list of medium question in recursion assignments section.