Sherlock and the Valid String

  • + 5 comments

    My code failed only on Test case 14. It turns out that this test case has a string of 100,000 character long. I'm using Java where the limit of string length is only 0xFFFF or 65535. Admin may want to look into this test.