mirror of
https://github.com/Lyxal/Keta.git
synced 2024-08-14 23:53:13 +00:00
30 lines
595 B
Markdown
30 lines
595 B
Markdown
Operators shown here are purely for design experimentation and maynot reflect the final system of operators
|
|
|
|
## Make me a square!
|
|
|
|
Keg got 11 bytes on this challenge.
|
|
|
|
P[DD+s}S3
|
|
|
|
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)
|