Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

0021. Merge Two Sorted Lists #30

@PalmaAnd

Description

@PalmaAnd

Link: https://leetcode.com/problems/merge-two-sorted-lists/

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

Merge the two lists into 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.

Metadata

Metadata

Assignees

Labels

LeetcodeLeetcode problemeasyEasy labeled Leetcode problem

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions