We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
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.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Password Cracker FP
You are viewing a single comment's thread. Return to all 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.