Keerat666 / LeetCode-Solutions

A Repo for DSA problems on Leetcode
12 stars 80 forks source link

21. Merge two sorted lists [EASY] #212

Open RndmCodeGuy20 opened 1 year ago

RndmCodeGuy20 commented 1 year ago

You are given the heads of two sorted linked lists list1 and list2.

Merge the two lists in a one sorted list. The list should be made by splicing together the nodes of the first two lists.

Return the head of the merged linked list.

You can find the question here

Kindly assign this issue to me.

RachitGarg-12 commented 1 year ago

Hey @Keerat666 please assign me this issue.

astitvaveergarg commented 1 year ago

Hi Can I Do this Task, Please Assign This ISssue To Me

ShreyaShukla03 commented 1 year ago

Please check PR #251