DSA-Java icon indicating copy to clipboard operation
DSA-Java copied to clipboard

This repository contains all the concepts related to data structures and algorithms to get started. It also consists of a lot of problem-solving techniques that will help you in solving the questions...

Results 39 DSA-Java issues
Sort by recently updated
recently updated
newest added

fixed typo: Data types Fixes #161 #### Short description of what this resolves: It corrects some typos on the data types lesson page #### What Changes proposed in this pull...

### Other There are typos in the data types lesson page ### Additional information _No response_

Please review and merge with Hacktoberfest tag Fixes # #### LuckyNumbers #### What Changes proposed in this pull request: - // n: Input n - // Return True if the...

### ⭐ Request Type I want to add another lesson to the following section. Section: Stacks and Queues Name of the new lesson: Intro to Queue.md ### 💻 Location section:...

Fixes #156 #### Short description of what this resolves: new lesson: Introduction to Queue #### What Changes proposed in this pull request: - Added an introductory lesson on the Queue...

### ⭐ Request Type section: Linked Lists order: 12B path: /intro-linkedlist ### 💻 Location https://github.com/Utkarsh1504/DSA-Java/tree/main/lessons ### ❌ Additional Info Theoretical concepts plus code implementation 1. What is LinkedList? 2. How...

### ⭐ Request Type I want to add assignment of dp ### 💻 Location lessons/assignment.md ### ❌ Additional Info _No response_

Add lesson: Merge Sort This PR adds a complete lesson for Merge Sort, including: - Introduction and explanation - Step-by-step illustration - Java code implementation - Complexity analysis and stability...

Fixes # #### Short description of what this resolves: Closes #163 #### What Changes proposed in this pull request: - - - #### Checklist - [x] Added description of change...