Problem
Given the head
of a linked list, return the list after sorting it in ascending order.
Examples
Example 1:
|
|
Example 2:
|
|
Given the head
of a linked list, return the list after sorting it in ascending order.
Example 1:
|
|
Example 2:
|
|