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.
Also, as you can see, i use max(a) as a range step, to skip "wrong" steps.
p.s. I thing python will optimise max calculations when a and b are not changing.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Between Two Sets
You are viewing a single comment's thread. Return to all comments →
Probably, its better to use generators or maps under the all() instead of actual list comprehensions:
Also, as you can see, i use max(a) as a range step, to skip "wrong" steps. p.s. I thing python will optimise max calculations when a and b are not changing.