Project Euler Problems 301 to 400 - Problem 336: Maximix Arrangements

Tell us what’s happening:

Failed:1. maximixArrangements() should return a string.
Passed:2. maximixArrangements() should return the string CAGBIHEFJDK. The terminal won’t let me finish, because of the data type is already correct. My code : function maximixArrangements() {

return “CAGBIHEFJDK”;
}

maximixArrangements();

Your code so far

function maximixArrangements() {

  return "CAGBIHEFJDK";
}

maximixArrangements();

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/143.0.0.0 Safari/537.36 Avast/143.0.0.0

Challenge Information:

Project Euler Problems 301 to 400 - Problem 336: Maximix Arrangements

there is an error in the test, I will open a bug issue to fix it

but, you are cheating yourself if you don’t write the code to solve the challenge, why are you doing the challenge?

This topic was automatically closed after 60 days. New replies are no longer allowed.