aboutsummaryrefslogtreecommitdiff
path: root/challenge-059/richard-park/apl/LinkedList.aplf
blob: 6a54e289336381e292887ac74ddb00050ae970b9 (plain)
1
2
3
4
 LinkedList{
⍝ ⍵ with elements < ⍺ moved to the front    
   (⌿⍨b),(⌿⍨~b<)
 }