We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
The solution for "chillout" seems to be wrong??
The length = 8, which translates to 2X3, if we need to store all 8 characters, the array can be 2X4 or 3X3.
According to the problem the smallest area should be chosen, which is 2X4, but the example shows 3X3??
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Encryption
You are viewing a single comment's thread. Return to all comments →
The solution for "chillout" seems to be wrong?? The length = 8, which translates to 2X3, if we need to store all 8 characters, the array can be 2X4 or 3X3. According to the problem the smallest area should be chosen, which is 2X4, but the example shows 3X3??