POV-Ray : Newsgroups : povray.off-topic : Ratatouille : Re: Ratatouille Server Time
11 Oct 2024 03:15:03 EDT (-0400)
  Re: Ratatouille  
From: Nicolas Alvarez
Date: 27 Mar 2008 09:26:00
Message: <47ebae78@news.povray.org>

> Of course, a good quicksort utterly depends on picking the right pivot. 
> And for a linked list, it seems hard to do that without wasting too much 
> time trying to pick a pivot. So I'm not really sure quicksort is a good 
> algorithm to be using on a linked list in the first place, but hey...

In Java, if you sort a linked list (or any collection with linear lookup 
time), it copies the whole contents into an array, sorts it, and copies 
the sorted results back to the structure you were using.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.