• Tutorials
  • DSA
  • Data Science
  • Web Tech
  • Courses
April 28, 2024 |1.9K Views

PROBLEM OF THE DAY: 27/04/24 - Merge Sort on Doubly Linked List

Description
Discussion

Welcome to the daily solving of our PROBLEM OF THE DAY with Siddharth Hazra. We will discuss the entire problem step-by-step and work towards developing an optimized solution. This will not only help you brush up on your concepts of Linked List but also build up problem-solving skills.

In this problem, given Pointer/Reference to the head of a doubly linked list of n nodes, the task is to Sort the given doubly linked list using Merge Sort in both non-decreasing and non-increasing order.

Give the problem a try before going through the video. All the best!!!
Problem Link: https://www.geeksforgeeks.org/problems/merge-sort-on-doubly-linked-list/1