Ad
  • Custom User Avatar

    third and fourth test cases now check for matching secquence at the end and beginning of lists.

  • Default User Avatar

    There should be test cases that test the edge cases like the matching sequence at the end of the a list. It was frustrating to find that in the random test cases on submission only.

  • Default User Avatar

    Hi,
    The Kata was pretty cool. You may want to change the order you pass the expected and actual arguments to the testing function. They're reversed and caused me some confusion when I had failing tests.