Mapped Strings Recusion question

I have done the code and I have the strings also. But I am not able to sort them. Any help?
https://ide.codingblocks.com/s/62604

Please give the link to the question statement as well

@hardik.somani02 there is basically two array in void function your declaring 2d array colle inside this function you wrote as colle[count] but it should be colle[count][count]
and declare the size of array as given constraint in question

We are given a hashmap which maps all the letters with number. Given 1 is mapped with A, 2 is mapped with B……26 is mapped with Z. Given a number, you have to print all the possible strings.

But how will this sort the output?

do this as i told you you will able to figure out your misktake