HackerRank::Algorithms::Combinatorics::Minimum Draws
In the worst case we will pull out first N socks on after another with all different colors, and drawing the N+1 th ensures that at least one of them will match because we have already drawn all the possible different colors.
No comments:
Post a Comment