Skip to content

Commit

Permalink
Day 5 new array solution is much faster than old iterative one.
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Dec 5, 2018
1 parent 9b3b265 commit 1a7fafa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
10 changes: 4 additions & 6 deletions p5faster.dyalog
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
p⊃⊃⎕NGET'p5.txt'1
lcase819
b¨a⎕A,¨lcase ⎕A
f{/(¯1)/¨}
g(af bf)
p⎕UCS⊃⊃⎕NGET'p5.txt'1
f{/{(,0)0,}=2-/}
g(32f ¯32f)
qg p part 1
/{g q~,lcase }¨⎕A part 2
/{g q~,32+}¨⎕UCS ⎕A part 2
4 changes: 0 additions & 4 deletions p5iterative.dyalog

This file was deleted.

0 comments on commit 1a7fafa

Please sign in to comment.