:Namespace Contest2017 ⍝ === VARIABLES === AboutMe←,⊂'Tell us a bit about yourself' ⍝ AboutMe,←⊂'' ⍝ copy, uncomment, and edit this line if you need more space FilePath←'c:\tmp\' Reaction←,⊂'Please share your thoughts about the 2017 competition' ⍝ Reaction,←⊂'' ⍝ copy, uncomment, and edit this line if you need more space ⍝ === End of variables definition === (⎕IO ⎕ML ⎕WX)←1 0 3 :Namespace geom (⎕IO ⎕ML ⎕WX)←1 0 3 ∇ r←ConvexHull points ⍝ Stub function for 2017 APL Problem Solving Competition Computational Geometry Problem Set Problem 2, Task 1 ⍝ Your code goes below... ∇ ∇ r←seg1 Intersects seg2 ⍝ Stub function for 2017 APL Problem Solving Competition Computational Geometry Problem Set Problem 1, Task 1 ⍝ Your code goes below... ∇ ∇ r←poly1 PolyAND poly2 ⍝ Stub function for 2017 APL Problem Solving Competition Computational Geometry Problem Set Problem 3, Task 2 ⍝ Your code goes below... ∇ ∇ r←poly1 PolyNOT poly2 ⍝ Stub function for 2017 APL Problem Solving Competition Computational Geometry Problem Set Problem 3, Task 3 ⍝ Your code goes below... ∇ ∇ r←poly1 PolyOR poly2 ⍝ Stub function for 2017 APL Problem Solving Competition Computational Geometry Problem Set Problem 3, Task 1 ⍝ Your code goes below... ∇ ∇ r←point isInside nodes ⍝ Stub function for 2017 APL Problem Solving Competition Computational Geometry Problem Set Problem 1, Task 2 ⍝ Your code goes below... ∇ :EndNamespace :Namespace hlth (⎕IO ⎕ML ⎕WX)←1 0 3 ∇ (sa sb sc sd rem dec drop not)←dropRate DrugD(a b c) ⍝ Stub function for 2017 APL Problem Solving Competition Healthcare Problem Set Problem 1, Task 4 ⍝ Your code goes below... ∇ ∇ (sa sb sc rem dec)←years Projection(a b c) ⍝ Stub function for 2017 APL Problem Solving Competition Healthcare Problem Set Problem 1, Task 1 ⍝ Your code goes below... ∇ ∇ (sa sb sc rem dec drop not)←years Projection2(a b c) ⍝ Stub function for 2017 APL Problem Solving Competition Healthcare Problem Set Problem 1, Task 2 ⍝ Your code goes below... ∇ ∇ results←years Projection3 drugs ⍝ Stub function for 2017 APL Problem Solving Competition Healthcare Problem Set Problem 1, Task 3 ⍝ Your code goes below... ∇ :EndNamespace :Namespace math (⎕IO ⎕ML ⎕WX)←1 0 3 ∇ r←k Cluster coords ⍝ Stub function for 2017 APL Problem Solving CompetitionMaths and Statistics Problem Set Problem 3, Task 3 ⍝ Your code goes below... ∇ ∇ r←IQR vec ⍝ Stub function for 2017 APL Problem Solving CompetitionMaths and Statistics Problem Set Problem 2, Task 1 ⍝ Your code goes below... ∇ ∇ r←Outliers vec ⍝ Stub function for 2017 APL Problem Solving CompetitionMaths and Statistics Problem Set Problem 2, Task 2 ⍝ Your code goes below... ∇ ∇ r←s SRound num ⍝ Stub function for 2017 APL Problem Solving CompetitionMaths and Statistics Problem Set Problem 1, Task 2 ⍝ Your code goes below... ∇ ∇ r←SigFig num ⍝ Stub function for 2017 APL Problem Solving CompetitionMaths and Statistics Problem Set Problem 1, Task 1 ⍝ Your code goes below... ∇ ∇ r←cMean coords ⍝ Stub function for 2017 APL Problem Solving CompetitionMaths and Statistics Problem Set Problem 3, Task 2 ⍝ Your code goes below... ∇ ∇ r←a dist b ⍝ Stub function for 2017 APL Problem Solving CompetitionMaths and Statistics Problem Set Problem 3, Task 1 ⍝ Your code goes below... ∇ :EndNamespace :EndNamespace