educative.io

Is there a typo in the problem description?

Possible Typo:
Given the head pointer of a linked sort, sort the linked list in ascending order using merge sort, and return the new head pointer of sorted linked list.

Correction?:
Given the head pointer of a linked list, sort the linked list in ascending order using merge sort, and return the new head pointer of sorted linked list.

Hi @Samer_Abraham
Thank you so much for pointing it out. We have updated the course.
Thanks.