• + 0 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.