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

https://github.com/kunal-kushwaha/DSA-Bootcamp-Java/blob/74bd46486cfc2d62c13fe1b26d4fe870b7bb8a20/lectures/10-binary%20search/code/src/com/kunal/InfiniteArray.java#L7C1-L7C9 for below target you will get "Index 13 out of bounds for length 11" int target = 160;

Hello Sir, In this question we can apply recursion. i just did this question using recursion. Thank You -Bharat Kumar Prajapat

Updating the right recursive calls

Added a new leetcode question for medium. Modified naming of HackerRank question for hard.

Those who are raising new issues regarding the notes (pdf) for them please fork the repo and clone it to your local system giving correct path of directory (or where...

Resolved a minor issue by removing the duplicate pattern and fixing counting logic.