InterviewDigestInterviewDigest

OA Practice Workspace

Technical2026-08-16

Approach to merge two sorted linked lists

AI-Expanded — inferred from the question title, not from the original candidate report

Given two singly linked lists sorted in ascending order, write a function to merge them into a single, sorted linked list by splicing together the nodes of the first two lists. Return the head of the newly merged list, ensuring the solution operates efficiently in terms of both time and space complexity.

Context & Summary

Held on BluePages platform for 1 hour. Focused on DSA with questions designed to assess thought process and coding skills.

💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.