Mike F
unread,Apr 2, 2010, 8:29:19 PM4/2/10You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I was doing this question and i think i have just confused myself, on
the assignment page it says "Write mergesort using your choice of the
two approaches. It consumes a list and a function
to order two elements of the list. It produces a list with the same
elements as the list it
consumes, but in order."
What does that mean like(define (mergesort list function)...)? because
it says the function to order the list as it consumes, but i thought
mergesort just consumed the list and it itself would organize the list
by reconfiguring it in the proper order