Search:

Type: Posts; User: avinandan012

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,026

    Re: basic binary search tree implementation

    I say get the algo then build yourself it will be easy for you to debug.
    And please wrap your post in [code] tags
  2. Replies
    8
    Views
    1,309

    Re: Help With Nesting Simple If-Else Loops

    ...removed spoonfed code


    --- Update ---

    Ohh there's another thing you're missing you didn't dissolve the scanner object.

    ALWAYS CLOSE ANY TYPE OF STREAM AFTER USE.

    add this at the end...
  3. Replies
    8
    Views
    1,309

    Re: Help With Nesting Simple If-Else Loops

    why are you doing with only if else ??Any particular reason?
    You can use any sorting algorithm.

    The way you are printing is outright wrong. Store the values in order in an Array then print the...
Results 1 to 3 of 3