Initial commit

This commit is contained in:
Dimitri Lozeve 2023-10-23 10:58:34 +02:00
commit ec7778ddc1
3 changed files with 11 additions and 0 deletions

8
phase1.bqn Normal file
View file

@ -0,0 +1,8 @@
EliminationSort{(𝕩=`𝕩)/𝕩}
FindEnd{(𝕩)(𝕨)𝕩}
alph" "'A'+26
Caesar(alphalph)
VersionOrder(×-´(<>)¨1˙)
RiskScore(/>´()¨)
SplitOn((0(-1˙)1˙)¨)(+`=)
KeyValue(>((1)SplitOn¨(SplitOn)))

2
phase1.dyalog Normal file
View file

@ -0,0 +1,2 @@
EliminationSort←{(⍵=⌈\⍵)/⍵}
Rational←(÷\(1∧⊢),⊢)

1
phase2.bqn Normal file
View file

@ -0,0 +1 @@
RNA{'U'¨(('T'=𝕩)/)𝕩}