Search:

Type: Posts; User: userct

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,795

    [SOLVED] Re: What Algorithm Would Work Best for me?

    I know I'm probably calling the array wrong but would this method help me to sort:
    I never told it to sort the String "title" so I must have to call that.


    public static void sort(DVD []...
  2. Replies
    4
    Views
    1,795

    [SOLVED] Re: What Algorithm Would Work Best for me?

    Thank you for your responses.

    This is what it prints right now without any alterations. It is unsorted and basically all over the place.


    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    My DVD...
  3. Replies
    4
    Views
    1,795

    [SOLVED] What Algorithm Would Work Best for me?

    Hello, I need to modify this movies program so that way the DVDs will be sorted by title at all times. I've gone over several algorithms like bubble sort and binary sort, but I am wondering which...
Results 1 to 3 of 3