Ad
  • Custom User Avatar

    Thanks for the reply. I marked it as an issue because it looked like an issue. Turns out I was reading it wrong.

  • Custom User Avatar

    Failing on the following test:

    "12341234"
    ["DIeF", "IeFD", "12341234", "41234123", "34123412", "23412341"]```
    
    ```Assertion with == failed
         code:  assert Allinclusive.contain_all_rots(strng, arr) == ans
         left:  false
         right: true```
         
    Both me and my code think this should be false but the test expects true. Can someone explain to me how exactly those are all the rotations of the string "12341234"? Shouldn't they be ["12341234", "41234123", "34123412" ...]?