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.
Solving this was easy, solving this in the timeout constraints not so much. Took some digging and experimenting in which built in array methods are performant and which not so much - for me, a working solution included using Sets instead of Arrays.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Climbing the Leaderboard
You are viewing a single comment's thread. Return to all comments →
Solving this was easy, solving this in the timeout constraints not so much. Took some digging and experimenting in which built in array methods are performant and which not so much - for me, a working solution included using Sets instead of Arrays.