Thread: Anyone got links to previous threads on Two Tail Sorting? Or Something i can read on?

  1. #1
    Registered User
    Join Date
    Sep 2008
    Posts
    54

    Anyone got links to previous threads on Two Tail Sorting? Or Something i can read on?

    Just any links to the type of sort, how the algorithm might be done etc, any pointers will be great.

    Thanks!

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    Never heard of the algorithm...
    Is it a sorting for a double linked list?

  3. #3
    Registered User
    Join Date
    Sep 2008
    Posts
    54
    Quote Originally Posted by C_ntua View Post
    Never heard of the algorithm...
    Is it a sorting for a double linked list?
    Lol, ya it was my mistake it was just an addition to selection sort, start searching for highest and lowest points and then do the thing like selectionsort

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Binary Search Trees Part III
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 10-02-2004, 03:00 PM
  2. problem with win32 threads
    By pdmarshall in forum C++ Programming
    Replies: 6
    Last Post: 07-29-2004, 02:39 PM
  3. Unknown Memory Leak in Init() Function
    By CodeHacker in forum Windows Programming
    Replies: 3
    Last Post: 07-09-2004, 09:54 AM
  4. if you dont like linux threads, dont read...
    By ... in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 02-03-2003, 11:26 AM
  5. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM