diff --git a/_site/atom.xml b/_site/atom.xml index b1fe91c..033962d 100644 --- a/_site/atom.xml +++ b/_site/atom.xml @@ -40,9 +40,6 @@ :Namespace Problems (⎕IO ⎕ML ⎕WX)←1 1 3 -
-This post is still a work in progress! I will try to write explanations for every problem below.
-
∇ score←dd DiveScore scores
:If 7=≢scores
@@ -131,7 +128,6 @@
rr←{recur←{⍵[1]+⍺×1+⍵[2]} ⋄ 1↓⌽⊃{(⊂(⊃⍵)recur⍺),⍵}/⌽⍺,¨⍵}
TODO
∇ text←templateFile Merge jsonFile;template;ns
template←⊃⎕NGET templateFile 1
@@ -228,7 +224,6 @@
parts←nums{((⊂,(⊂~))⊃↓⍉⍵)/¨2⍴⊂⍺}partitions
:EndIf
∇
TODO
∇ weights←Weights filename;mobile;branches;mat
⍝ Put your code and comments below here
@@ -245,7 +240,6 @@
⍝ integer weights.
weights←((1∘,)×(∧/÷))mat[;1]⌹1↓[2]mat
∇
TODO
diff --git a/_site/posts/dyalog-apl-competition-2020-phase-2.html b/_site/posts/dyalog-apl-competition-2020-phase-2.html index 4ed376f..d23e24f 100644 --- a/_site/posts/dyalog-apl-competition-2020-phase-2.html +++ b/_site/posts/dyalog-apl-competition-2020-phase-2.html @@ -74,9 +74,6 @@ :Namespace Problems (⎕IO ⎕ML ⎕WX)←1 1 3 --This post is still a work in progress! I will try to write explanations for every problem below.
-
∇ score←dd DiveScore scores
:If 7=≢scores
@@ -165,7 +162,6 @@
rr←{recur←{⍵[1]+⍺×1+⍵[2]} ⋄ 1↓⌽⊃{(⊂(⊃⍵)recur⍺),⍵}/⌽⍺,¨⍵}
TODO
∇ text←templateFile Merge jsonFile;template;ns
template←⊃⎕NGET templateFile 1
@@ -262,7 +258,6 @@
parts←nums{((⊂,(⊂~))⊃↓⍉⍵)/¨2⍴⊂⍺}partitions
:EndIf
∇
TODO
∇ weights←Weights filename;mobile;branches;mat
⍝ Put your code and comments below here
@@ -279,7 +274,6 @@
⍝ integer weights.
weights←((1∘,)×(∧/÷))mat[;1]⌹1↓[2]mat
∇
TODO
diff --git a/_site/rss.xml b/_site/rss.xml index cc7b717..76a3940 100644 --- a/_site/rss.xml +++ b/_site/rss.xml @@ -36,9 +36,6 @@ :Namespace Problems (⎕IO ⎕ML ⎕WX)←1 1 3 --This post is still a work in progress! I will try to write explanations for every problem below.
-
∇ score←dd DiveScore scores
:If 7=≢scores
@@ -127,7 +124,6 @@
rr←{recur←{⍵[1]+⍺×1+⍵[2]} ⋄ 1↓⌽⊃{(⊂(⊃⍵)recur⍺),⍵}/⌽⍺,¨⍵}
TODO
∇ text←templateFile Merge jsonFile;template;ns
template←⊃⎕NGET templateFile 1
@@ -224,7 +220,6 @@
parts←nums{((⊂,(⊂~))⊃↓⍉⍵)/¨2⍴⊂⍺}partitions
:EndIf
∇
TODO
∇ weights←Weights filename;mobile;branches;mat
⍝ Put your code and comments below here
@@ -241,7 +236,6 @@
⍝ integer weights.
weights←((1∘,)×(∧/÷))mat[;1]⌹1↓[2]mat
∇
TODO
diff --git a/posts/dyalog-apl-competition-2020-phase-2.org b/posts/dyalog-apl-competition-2020-phase-2.org index 2f08012..d1734d7 100644 --- a/posts/dyalog-apl-competition-2020-phase-2.org +++ b/posts/dyalog-apl-competition-2020-phase-2.org @@ -26,11 +26,6 @@ in a ~Contest2020.Problems~ Namespace. I kept the default values for (⎕IO ⎕ML ⎕WX)←1 1 3 #+end_src -#+begin_quote -This post is still a work in progress! I will try to write -explanations for every problem below. -#+end_quote - * Problem 1 -- Take a Dive #+begin_src default @@ -209,8 +204,6 @@ operator (~⍣~), with an initial value of 1. pv←{+/⍺÷×\1+⍵} #+end_src -TODO - * Problem 6 -- Merge #+begin_src default @@ -363,8 +356,6 @@ with the required beginning, middle, and end guard patterns. ∇ #+end_src -TODO - * Problem 9 -- Upwardly Mobile #+begin_src default @@ -385,8 +376,6 @@ TODO ∇ #+end_src -TODO - #+begin_src default :EndNamespace :EndNamespace