You are viewing a single comment's thread. Return to all comments →
You create the combinations 2 times instead of just one time which would be double the work instead of saving the combinations in a variable. just fyi
Seems like cookies are disabled on this browser, please enable them to open this website
I agree to HackerRank's Terms of Service and Privacy Policy.
Iterables and Iterators
You are viewing a single comment's thread. Return to all comments →
You create the combinations 2 times instead of just one time which would be double the work instead of saving the combinations in a variable. just fyi