Search:

Type: Posts; User: WhiteSoup12

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,143

    [SOLVED] Re: Selection sort not working

    We all have those kinds of days... :)
  2. Replies
    5
    Views
    1,143

    [SOLVED] Re: Selection sort not working

    Your sortID method is never called... main method should look like this (assuming you only want to print the list once)...


    public static void main(String[] args) {
    List<Item> myStore = new...
Results 1 to 2 of 2