Ad
  • Custom User Avatar

    When I pass spec arguments to my code in 1.6.6 Elixir it gives correct answer.
    Could this be due to version difference? I'm not able to install 1.2.4.

  • Custom User Avatar

    I got this failed test case on Elixir. And it seems like it's wrong. Could you check it?

    1) test contain_all_rots (AllinclusiveTest)
    
     test/solution_test.exs:10
     Assertion with == failed
     code: Allinclusive.contain_all_rots(strng, arr) == ans
     lhs:  false
     rhs:  true
     stacktrace:
       test/solution_test.exs:23
    
    Test 63
    
  • Custom User Avatar