Initial commit
This commit is contained in:
commit
ec7778ddc1
3 changed files with 11 additions and 0 deletions
8
phase1.bqn
Normal file
8
phase1.bqn
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
EliminationSort←{(𝕩=⌈`𝕩)/𝕩}
|
||||||
|
FindEnd←{⌽(≠𝕩)↑(⥊𝕨)⍷○⌽⥊𝕩}
|
||||||
|
alph←" "∾'A'+↕26
|
||||||
|
Caesar←(alph⊸⊐⊏⌽⟜alph)
|
||||||
|
VersionOrder←(⊑∘×∘-´(<⋈>)⊐¨1˙)
|
||||||
|
RiskScore←(/⁼∘>´(⌊○≠)↑¨⋈)
|
||||||
|
SplitOn←((0∾(≠-1˙)⥊1˙)↓¨⊢)∘(+`∘=⊔⊢)
|
||||||
|
KeyValue←(>∘((1⊏⊣)SplitOn¨(⊏⊸SplitOn)))
|
2
phase1.dyalog
Normal file
2
phase1.dyalog
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
EliminationSort←{(⍵=⌈\⍵)/⍵}
|
||||||
|
Rational←(÷\(1∧⊢),⊢)
|
1
phase2.bqn
Normal file
1
phase2.bqn
Normal file
|
@ -0,0 +1 @@
|
||||||
|
RNA←{'U'¨⌾(('T'=𝕩)⊸/)𝕩}
|
Loading…
Add table
Add a link
Reference in a new issue