/**
Given the head of a linked list, return the list after sorting it in ascending
order.
Example 1:
Input: he
2022-09-05