Search:

Type: Posts; User: snakepit

Search: Search took 0.12 seconds.

  1. Re: Sorting ascending/descending methods not working on double linked list

    Let's suppose I inserted the number 4 and then the number 10. If I press number 8 to order it ascending, it gets into an infinite loop printing the number 10.
  2. Sorting ascending/descending methods not working on double linked list

    Hi there. I'd like some help with the following code. I wrote displayAscending() and displayDescending() methods to this double linked list and it is not working at all. Logically it seems fine to...
Results 1 to 2 of 2