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.
Okay, this is strange. I'm used to being the 10^3+ person to post to a discussion thread on HR. Is there really this few people who've done this challenge? Anyway, I just got a solution working - the array manipulation wasn't difficult. To get the minimal circle, I applied Welzl's Algorithm.
In case anyone wants to take a look at my solution, it's here.
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Two Array Problem
You are viewing a single comment's thread. Return to all comments →
Rust solution completed.
Okay, this is strange. I'm used to being the 10^3+ person to post to a discussion thread on HR. Is there really this few people who've done this challenge? Anyway, I just got a solution working - the array manipulation wasn't difficult. To get the minimal circle, I applied Welzl's Algorithm.
In case anyone wants to take a look at my solution, it's here.