How to solve string sort problem without using inbuilt sort function?
String Sort Alternate Approach
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.