mirror of
https://github.com/Lyxal/Keta.git
synced 2024-08-14 23:53:13 +00:00
Update Examples.md
This commit is contained in:
parent
fe4f30edea
commit
4877304992
1 changed files with 17 additions and 0 deletions
17
Examples.md
17
Examples.md
|
@ -11,3 +11,20 @@ Expands to:
|
|||
Shape(Palindromise(Add(Double(Double(input)), Space)), 3)
|
||||
|
||||
9 bytes (Ket) vs 11 bytes (Keg) .
|
||||
|
||||
## Output Distinct Factor Cubiods
|
||||
|
||||
Keg didn't participate in this challenge
|
||||
|
||||
*R=
|
||||
F?f^
|
||||
|
||||
Psuedo:
|
||||
|
||||
function f
|
||||
reduce the input via multiplication
|
||||
return that result equal to the input
|
||||
|
||||
function main
|
||||
generate factors of input
|
||||
filter list by above flow (f)
|
||||
|
|
Loading…
Reference in a new issue