Search:

Type: Posts; User: nWeid1

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,740

    Re: Sorting a Linked List

    I have to sort the list in ascending order in the "insert" method as it is inserted. So, if I add 6, then 8, the list should print out "6.0 8.0". If i then added 12, the list should print out "6.0...
  2. Replies
    4
    Views
    1,740

    Sorting a Linked List

    I had to make a Linked List program for my programming class. It works and every time a number is inserted it is put at the beginning of the list. Now my teacher wants us to take our Linked List...
Results 1 to 2 of 2