DSA-Bootcamp-Java icon indicating copy to clipboard operation
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.

Results 471 DSA-Bootcamp-Java issues
Sort by recently updated
recently updated
newest added

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

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

[Maximum Subarray](https://leetcode.com/problems/maximum-subarray/)

Sudoku Solver hard question is present in list of medium question in recursion assignments section.