Nice

Dec 16, 2002 17:26

This is for my final paper for the Algorithms and Logic class. I have to present a sorting algorithm in pseudocode and flowchart, plus the analysis. I am really starting to like Python. Even a bubble sort looks nice.

# BubbleSort.py
lista = [1,3,5,2,0,8,5,9,3,3,7]
ListIsSorted = False

while not ListIsSorted:
   ListIsSorted = True
   for a in ( Read more... )

Leave a comment

Comments 2

tigerlily401 December 16 2002, 14:47:02 UTC
hi sweetie muax!

Reply


clarito! whizper December 16 2002, 17:49:01 UTC
sencillito
mejor no podia estar!!

cha!
f34r your l337 5k1ll5!

lol

Reply


Leave a comment

Up