Search found 2 matches

by fetastein
Wed Sep 28, 2011 4:35 am
Forum: Common Lisp
Topic: Mergesort-divide list to lists of two argument
Replies: 3
Views: 6887

Re: Mergesort-divide list to lists of two argument

Thank you for your help! Sorry to reply lately.
by fetastein
Sat Sep 10, 2011 7:10 am
Forum: Common Lisp
Topic: Mergesort-divide list to lists of two argument
Replies: 3
Views: 6887

Mergesort-divide list to lists of two argument

*In advance, I apologize my poor English!* Hello! I'm making "merge sort" program. I've been making a program that merges two lists. And,I'll use embeded sort program as sort process in mergesort. I have problem in first step of mergesort algorithm. Correct program will divide list like th...