APL Quest: Difference between revisions

Jump to navigation Jump to search
Line 271: Line 271:




<!---
=== Problems from 2023 ===
⍝ code to generate year section:
{|class=wikitable id=2023
∇w←Wiki(y di p);HttpCommand;i;n;u;us;is;ds;di;d
! Problem !! Title !! Chat !! Code !! Video[[#p2023|*]]
⍝ Wiki 2018 (2023 01 20) 'PLYKQVqyrAEj8NxxMWk_WcDOjDoqz65bKh'
|-
y←⍕y ⋄ ⎕SE.SALT.Load'HttpCommand' ⋄ n←⎕UCS 10
| 1 || [https://problems.tryapl.org/psets/2023.html?goto=P1_Elimination_Sort Elimination Sort] || [https://chat.stackexchange.com/transcript/52405?m=64941297#64941297 Jan 5, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/1.apl 2023/1.apl] || [https://www.youtube.com/watch?v=LpUOaipgn7s&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:03:56]
is←⍕¨⍳10
|-<!--
ds←'Mmm D, YYYY'(1200⌶)(7×0,⍳9)+1 ⎕DT⊂di
| 2 || [https://problems.tryapl.org/psets/2023.html?goto=P2_Put_It_In_Reverse Put It In Reverse] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Jan 5, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/2.apl 2023/2.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
us←1↓(⎕JSON(HttpCommand.Get'https://raw.githubusercontent.com/Dyalog/PracticeProblems/master/testcases/',y,'.json').Data).⎕NL-⍳9
|-
us←us[⍋⍎¨'P(\d+)_'⎕S'\1'⊢u]
| 3 || [https://problems.tryapl.org/psets/2023.html?goto=P3_Caesar_Salad Caesar Salad] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Jan 12, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/3.apl 2023/3.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
w←'=== Problems from ',y,' ===',n
|-
w,←'{|class=wikitable id=',y,n
| 4 || [https://problems.tryapl.org/psets/2023.html?goto=P4_Like_a_Version Like a Version] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Jan 19, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/4.apl 2023/4.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
w,←'! Problem !! Title !! Chat !! Code !! Video[[#p',y,'|*]]',n
|-
:For i d u :InEach is ds us
| 5 || [https://problems.tryapl.org/psets/2023.html?goto=P5_Risky_Business Risky Business] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Jan 26, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/5.apl 2023/5.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
w,←'|-',n
|-
w,←'| ',i,' |'
| 6 || [https://problems.tryapl.org/psets/2023.html?goto=P6_Key_Value_Pairs Key Value Pairs] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Feb 2, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/6.apl 2023/6.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
w,←'| [https://problems.tryapl.org/psets/',y,'.html?goto=',u,' ',('^P\d+_' '_'⎕R'' ' '⊢u),'] |'
|-
w,←'| [https://chat.stackexchange.com/transcript/52405?m=________#________ ',d,'] |'
| 7 || [https://problems.tryapl.org/psets/2023.html?goto=P7_Lets_Be_Rational Lets Be Rational] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Feb 9, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/7.apl 2023/7.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
w,←'| [https://github.com/abrudz/apl_quest/tree/main/',y,'/',i,'.apl ',y,'/',i,'.apl] |'
|-
w,←'| [https://www.youtube.com/watch?v=___________&list=https://www.youtube.com/watch?v=3X3l76njwfs&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]',n
| 8 || [https://problems.tryapl.org/psets/2023.html?goto=P8_Critical_Thinking Critical Thinking] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Feb 16, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/8.apl 2023/8.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
:EndFor
|-
w,←'|}',n
| 9 || [https://problems.tryapl.org/psets/2023.html?goto=P9_Flipping_Pairs Flipping Pairs] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Feb 23, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/9.apl 2023/9.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]
w,←':<span id=p',y,'>[[#',y,'|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=',p,' a single playlist].',n
|-
| 10 || [https://problems.tryapl.org/psets/2023.html?goto=P10_Partition_with_a_Twist Partition with a Twist] || [https://chat.stackexchange.com/transcript/52405?m=________#________ Mar 1, 2024] || [https://github.com/abrudz/apl_quest/tree/main/2023/10.apl 2023/10.apl] || [https://www.youtube.com/watch?v=___________&list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN 00:nn:nn]-->
--->
|}
:<span id=p2023>[[#2023|*]]</span> All videos are also available as [https://www.youtube.com/playlist?list=PLYKQVqyrAEj9wDIUyLDGtDAFTKY38BUMN a single playlist].


== References ==
== References ==
<references/>
<references/>
{{APL community}}[[Category:Online sessions]][[Category:Web broadcasts]]
{{APL community}}[[Category:Online sessions]][[Category:Web broadcasts]]

Navigation menu