Entry 4235

BF Bubblesort

   

Submitted by anonymous on May 21, 2010 at 11:39 a.m.
Language: Brainfuck. Code size: 181 bytes.

Here is a Brainf*** program that bubblesorts its input and spits it out:
>>>>>,+[>>>,+]<<<[<<<
[>>>[-<<<-<+>[>]>>]<<<[<]>>
[>>>+<<<-]<[>+>>>+<<<<-]
<<]>>>[-.[-]]>>>[>>>]<<<]

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).