>From zlotchen@cs.utk.edu Mon Jul 21 17:12:42 1997 > >Dr. Plank, I just received a submission that contains quicksort >implemented like translation from C, that means a list is passed to >subroutines completely with two args for sub list to be processed. > >Should this matter in grading? It is still in python... > >Thanks. David. From bvz@cs.utk.edu Tue Jul 22 09:48:20 1997 To: zlotchen@cs.utk.edu cc: plank@cs.utk.edu You should take a few points off for a quicksort implementation that passes a list plus subscripts. Part of the point of that problem was to get acquainted with Python's ability to pass a sublist and treat it as a regular list going from 0 to the length of the sublist. Brad