Challenge 3: List Sort Using Trie
Try to solve the List Sort Using Trie problem.
Statement
Given a list of strings as input, implement the sort_list()
function, which sorts the elements of the list in lexicographical order.
Constraints:
...
Try to solve the List Sort Using Trie problem.
Given a list of strings as input, implement the sort_list()
function, which sorts the elements of the list in lexicographical order.
Constraints: