• + 0 comments

    The name "Password Cracker FP" made me wonder if the suffix "FP" meant that there was a non-FP version of this problem.

    And indeed there is:

    Algorithms > Recursion > Password Cracker

    So I entered my solution from here there. Easy kill. However I was first surprised to note the extra test cases and then got very soon humbled by the fact that it did not make full score there.

    I had to put in some extra work to get some undetected bugs out. It also needed extra optimization.