Display title | Talk:Convex hull |
Default sort key | Convex hull |
Page length (in bytes) | 8,276 |
Namespace | Talk |
Page ID | 13325 |
Page content language | en - English |
Page content model | wikitext |
Indexing by robots | Allowed |
Number of redirects to this page | 0 |
Number of subpages of this page | 0 (0 redirects; 0 non-redirects) |
Edit | Allow all users (infinite) |
Move | Allow all users (infinite) |
Page creator | rosettacode>Trap D |
Date of page creation | 18:20, 22 December 2020 |
Latest editor | Thundergnat (talk | contribs) |
Date of latest edit | 14:55, 30 December 2020 |
Total number of edits | 25 |
Total number of distinct authors | 4 |
Recent number of edits (within past 180 days) | 0 |
Recent number of distinct authors | 0 |
Description | Content |
Article description: (description ) This attribute controls the content of the description and og:description elements. | I found some errors in the C code when I compare with c++ code : code C++ // lower hull for (const auto& pt : p) { while (h.size() >= 2 && !ccw(h.at... |