Added Merge k Sorted List Solution in Java#304
Conversation
|
🧩 PR Checklist Hi @Dhairyati, before merging please ensure:
|
|
|
|
@Dhairyati please update the contributor.md file |
|
@HarshitPachori |
|
@Dhairyati you need to update your respective PR into Contributors.md as onle line update - what ever you're updating or adding with the PR. |
|
@Dhairyati if your name is already in the contributor.md , then you have to just add the description of your commit under your name. |
|
Closed after inactivity, and no response from the author. |
Added "Merge K Sorted Linked Lists" problem solution in Java
Description:
This PR adds a solution for the "Merge K Sorted Linked Lists" problem under the dsa_in_java/linkedlist/ folder.
The code merges multiple sorted linked lists into a single sorted linked list using a Min-Heap (PriorityQueue) approach.
The file follows the required contribution format — including problem description, approach, time and space complexity, and example input/output.
Related Issue:
Solution for issue: #303
✅ Checklist