Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

School's out, time to program!

Name: Anonymous 2013-10-10 14:53

It's 2:45 PM, BITCHEs! East coast is best coast! My mother checked me out early today.

inb4 underage b&, I'm a senior in high school.

I'm going to finish writing my bubblesort implementation in piyton.

Name: Anonymous 2013-10-12 17:40

>>5
>while a != sorted(a):
so you sort it in order to sort it? top lols

>>8
there must be, else how would they refer to it when they presented you this fact? btw where did you see it?
I tried coding it

function sort(x){
    while (!issorted(x)){
        var a1 = R(x.length);
        var a2 = R(x.length);
        if((a1<a2 && x[a1]>x[a2])||(a1>a2 && x[a1]<x[a2])){
            var temp=x[a1];
            x[a1]=x[a2];
            x[a2]=temp;
        }
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List