Search:

Type: Posts; User: Junky

Search: Search took 0.22 seconds.

  1. Replies
    4
    Views
    7,356

    Re: Insertion Sort on a Doubly Linked List

    If this is a homework assignment then seek clarification from your teacher before trashing your code.
  2. Replies
    4
    Views
    7,356

    Re: Insertion Sort on a Doubly Linked List

    Were you told to do the insertion sort this way? I ask because it can be performed in situ. That is you can sort the current List without creating a new List.

    You might want to Google the...
Results 1 to 2 of 2