dsalgo icon indicating copy to clipboard operation
dsalgo copied to clipboard

Leetcode Problem148 : Sort List

Open bhutani2002 opened this issue 1 year ago • 3 comments

Leetcode Problem Link : https://leetcode.com/problems/sort-list/ Difficulty : Medium Description : Given the head of a linked list, return the list after sorting it in ascending order. Solution : Explained the code , line by line with two different approaches. @dheeraj-2000, I would like to add this problem to the code base. Should I move ahead with this. Thank You.

bhutani2002 avatar Oct 07 '22 21:10 bhutani2002