Arranging the Appetizers Problem

I have tried this problem but still I am not getting what we have to do and what the problem.

Anybody Help me and please explain the problem so i can submit a solution. I have seen editorials also but i think editorial of this problem is not so helpful.

Thanks.

Happy Coding…

3 Likes

You have to take each letter and place it in the position that has the reverse binary representation of the letter position. This is what the problem asks you to do. Read this if you have problems with binary numbers.