Search:

Type: Posts; User: iMalc

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    9,430

    Well I do have code that does Selection Sort on a...

    Well I do have code that does Selection Sort on a linked list which uses only 1 while, 1 do..while, 2 ifs, and 1 else. Without a certain hack/trick it would take one more if + else.
    So yes it can be...
  2. Replies
    5
    Views
    9,430

    That looks like an average implementation of...

    That looks like an average implementation of selection sort for a linked list. There are probably only minor efficiency improvements possible. As long as its working correctly, its probably good...
Results 1 to 2 of 2