Convex Hull: Difference between revisions

Jump to navigation Jump to search
73 bytes added ,  22:19, 10 September 2022
m
Text replacement - "<source" to "<syntaxhighlight"
Miraheze>Adám Brudzewsky
No edit summary
 
m (Text replacement - "<source" to "<syntaxhighlight")
 
(5 intermediate revisions by 3 users not shown)
Line 35: Line 35:


== Code ==
== Code ==
<source lang="apl">
<syntaxhighlight lang="apl">
ConvexHull←{
ConvexHull←{
⍝ ⍵: matrix (2 rows) of points - first row:abscissae  second row:ordinates
⍝ ⍵: matrix (2 rows) of points - first row:abscissae  second row:ordinates
Line 64: Line 64:
     (⊂ixHull)⌷[1]pts
     (⊂ixHull)⌷[1]pts
  }
  }
</source>
</syntaxhighlight>
 
[[Category:Examples]][[Category:Dyalog APL examples]]

Navigation menu