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 id :** #1388 [Link](https://github.com/kunal-kushwaha/DSA-Bootcamp-Java/issues/1388) **Description :** In isSafe method while checking of the number is already present in the row or not the code was checking in column instead...

Height Initialization: The height is initialized in the Node constructor to avoid null references. Duplicate Handling: The insert method now checks for duplicates and does nothing if the value already...

Logical Errors: The height calculation during rotations is incorrect. The height should be updated after the rotations, but it’s using the old height values. The insertion logic does not account...

https://github.com/kunal-kushwaha/DSA-Bootcamp-Java/tree/main/assignments

DSA Complete Git & GitHub Course Introduction to Programming Types of languages Memory management Flow of the program Flowcharts Pseudocode Introduction to Java Introduction How it works Setup Installation Input...

# Data Structures and Algorithms (DSA) Course Outline ### Git & GitHub - [x] Complete Git & GitHub Course ## Introduction to Programming - [x] Types of languages - [x]...

Fixed the link which was not working(page not found).