Improve phase 1 problem 3
This commit is contained in:
parent
1b69aed5e9
commit
199a027e6b
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
⍝ 2: Character Building
|
⍝ 2: Character Building
|
||||||
characters←{(~⍵∊127+⍳64)⊂⍵}
|
characters←{(~⍵∊127+⍳64)⊂⍵}
|
||||||
⍝ 3: Excel-lent Columns
|
⍝ 3: Excel-lent Columns
|
||||||
columns←26⊥64-⍨⎕UCS
|
columns←26⊥⎕A∘⍳
|
||||||
⍝ 4: Take a Leap
|
⍝ 4: Take a Leap
|
||||||
leap←1 3∊⍨(0+.=400 100 4∘.|⊢)
|
leap←1 3∊⍨(0+.=400 100 4∘.|⊢)
|
||||||
⍝ 5: Stepping in the Proper Direction
|
⍝ 5: Stepping in the Proper Direction
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue