Quantcast
Channel: Brainfuck Sorting - Code Golf Stack Exchange
Browsing all 4 articles
Browse latest View live

Answer by JesterBLUE for Brainfuck Sorting

33 code bytes, 2n+3=11 n+4=8 memory cellsEdited: I can improve memory usage by keeping the count in only one cell.>,[>,]+[<[-<]>[>]>[<-[>]<.>>]<<+]EOF is 0, 8...

View Article



Answer by JesterBLUE for Brainfuck Sorting

90 63 bytes code, 769 513 bytes memory>>,[-[[>>]+[<<]>>-]>>[>>]<+<[-<<],]+[[>>]+<[<[<<]>>.>]<[<<]>>+]This works...

View Article

Answer by jimmy23013 for Brainfuck Sorting

94 bytes code, 2n+5 = 13 bytes...

View Article

Brainfuck Sorting

Write a program in brainfuck that accepts input of 4 ASCII characters as numbers (from 32 to 126) and outputs the numbers or ASCII equivalent sorted in ascending order. Requirements: Your program...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images