Upon execution of the (display-and-quicksort-random-list 400003 0 1000000) function, the entire program begins to output the function list and has serious issues with performance, resulting in a very arduous wait time. Execution of (display-and-quicksort-random-list 4 0 400), (display-and-quicksort-random-list 43 0 400), and (display-and-quicksort-random-list) of length 403 are perfectly fine. Check the evaluation of the functions to assess the runtime issue and optimize from there.
Upon execution of the
(display-and-quicksort-random-list 400003 0 1000000)function, the entire program begins to output the function list and has serious issues with performance, resulting in a very arduous wait time. Execution of(display-and-quicksort-random-list 4 0 400),(display-and-quicksort-random-list 43 0 400), and(display-and-quicksort-random-list)of length 403 are perfectly fine. Check the evaluation of the functions to assess the runtime issue and optimize from there.