Revision history of "Rotating Calipers"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 00:52, 11 March 2018Ultmaster talk contribs 765 bytes +765 Created page with "<syntaxhighlight lang='cpp'> ld rotatingCalipers(VPT& qs) { int n = qs.size(); if (n == 2) return dist2(qs[0], qs[1]); int i = 0, j = 0; for (int k = 0..."