...

/

Challenge 3: List Sort Using Tries

Challenge 3: List Sort Using Tries

This lesson is about sorting “string lists” using tries.

Problem statement

In this problem, you have to implement the sortArray() function, which will sort the elements of an array of strings.

Input

This is ...