jeremie1112 / All_Programs_and_algorithms

In this repository, you can add all your programs and algorithm using any coding languages
23 stars 119 forks source link

Merge Two Sorted Lists #246

Closed aggarwalsneha closed 1 year ago

aggarwalsneha 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.