Search found 3 matches

by MrBlueSky
Tue Jan 11, 2011 1:36 am
Forum: Challenges Solved
Topic: Jeux du Sort
Replies: 52
Views: 7053

I used shellsort. read:.%0s/,12^>1+0^82*-?\\ .........\______________/| ......./__________?______/ .......|...................../__\ sort:..\021>s/21<22>21<1+23>s\@s/122<<123<<\ .............|..................../________:s/23<1+23>23<28*-?$22<21<\/21<1+21>21<35*-?\\ .............|.....................
by MrBlueSky
Thu Dec 30, 2010 10:45 pm
Forum: Challenges Solved
Topic: Super Sentence Reversal
Replies: 7
Views: 1778

Nothing special: / \ %9s\ 0s/,x48*-?\? 11^3^> ? 1+/ / +1 P \ \ x?\ ? 11^3^>? 0s/ s\0^2^<x1-?/ ? ? 1- x8-?\ ! \ +1>^3^1 / \ P*48 0/ Writes the words to memory, one word per line followed by chr(1) to denote the end. Then writes them back in reversed order
by MrBlueSky
Sat Dec 25, 2010 10:56 pm
Forum: Challenges Solved
Topic: King Rat
Replies: 19
Views: 2977

My code: [9*9]=0; [9*8]=[[9*9]]; while (4*5>[9*9]) { if ([[9*9]] > [9*8]) { [9*8] = [[9*9]]; } [9*9] = [9*9]+1; } printi [9*8]; compiled to: 99*00^2v>d98*00^2v>d45*99*<:1:92+ ?01 g10:991+*5+ ?99*<<98*<:1:92+ ?01 g10:92*6+ ?98*99*<<0^2v>d0 g99*99*<1+0^2v>d0996+*4+-g98*<p! Let's hope there is only one...