Hey guys, i need to construct text to a linked list and then sort it lexicographically, i used merge sort method for that,
but it triggers stack overflow when going to my split method , and i can't...