String Sort Alternate Approach

How to solve string sort problem without using inbuilt sort function?

hey @yfulwani82, there is a way using trie data structure. If you are done with Trie check this one

Althoght Sort function is simplest and mostly used approch.