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.
Tip: You should look into combinatorial optimization. (I wasted quite a bit of time myself.)
Simple searches won't work, since there are too many combinations (with 2 choices for each of 100 episodes, you get 2^100 in the worst case.)
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Recording Episodes
You are viewing a single comment's thread. Return to all comments →
Tip: You should look into combinatorial optimization. (I wasted quite a bit of time myself.) Simple searches won't work, since there are too many combinations (with 2 choices for each of 100 episodes, you get 2^100 in the worst case.)