Structuring the Document

  • + 0 comments

    When calling the kth/mth/nth element everything in the test cases is off by one. Instead of going from 0:n-1 the arrays go from 1:n. This made the problem take >24 hours instead of 90:120 minutes for me to solve.