Sort by

recency

|

4 Discussions

|

  • + 0 comments

    I hope you will get the solution from experts and we able to learn as well. I admire your valuable uk-dissertation.com review blog sharing and keep posting related information as well. The experts who want the programming help can avail online.

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

  • + 1 comment

    2 id l1 r1 l2 r2: Swap two consecutive fragments of the idth array, the first is from the lth1 number to the rth1, the second is from the lth2 number to the rth2;

    please explain with an example if possible

  • + 1 comment

    In query of type 2, should we swap all elements of id'th array from l1 to r1 with elements from l2 to r2? Is r1-l1 == r2-l2 then?

No more comments