index
:
github/perlweeklychallenge-club.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
challenge-059
/
richard-park
/
apl
/
ch-1.aplf
blob: 6a54e289336381e292887ac74ddb00050ae970b9 (
plain
)
1
2
3
4
LinkedList
←
{
⍝ ⍵ with elements < ⍺ moved to the front
(
⍵
⌿⍨
b
)
,
(
⍵
⌿⍨
~
b
←
⍵
<
⍺
)
}