Search:

Type: Posts; User: Shadow703793

Search: Search took 0.20 seconds.

  1. Replies
    4
    Views
    4,284

    Re: Quick Question about Mergesort

    They greatly help.


    Indeed. I have been experimenting with QuickSort and Insertion sort, how ever I have not taken a look in to Heapsort. I will look in to that.

    The main reason I am looking...
  2. Replies
    1
    Views
    2,068

    Re: GridWorld Code - Need Help

    Isn't this one of the AP Comp Sci questions? If so, most people here won't be able to help you out until you give links to the relevant documentation (jdoc).
  3. Replies
    0
    Views
    3,108

    Java for CUDA?

    First off, I'm not exactly sure where to post this as there doesn't seem to be a relevant section for this topic
    //

    With Flash, CFD, encoding,etc getting GPU acceleration I was wondering would it...
  4. Replies
    1
    Views
    2,506

    Re: Minesweeper java problem

    Wrong section m8, post it over here:
    What's Wrong With My Code? - Java Programming Forums
  5. Thread: MergeSort

    by Shadow703793
    Replies
    3
    Views
    2,213

    Re: MergeSort

    Hey m8, you may find the Mergesort I have here: http://www.javaprogrammingforums.com/algorithms-recursion/3583-quick-question-about-mergesort.html useful as a reference. It works for the numbers I...
  6. Replies
    4
    Views
    4,284

    Quick Question about Mergesort

    Hello,

    I'v been reading and experimenting with recursion for the past few weeks and I was wondering about the Mergesort algorithm performance ( yes I know it's nlog(n)). My question is can the...
  7. Replies
    4
    Views
    3,295

    Re: Problem with Recursive code

    ^ Got it thanks!

    edit: Can a mod please mark this as [Solved] I can't seem to do this in my OP.
  8. Replies
    1
    Views
    1,858

    Re: Output String Handling in Java

    You could try splitting the strings at specific location (ie. "[ ]" ).

    See: Split a string using String.split() - Real's Java How-to
    and String (Java 2 Platform SE v1.4.2)
  9. Replies
    4
    Views
    3,295

    Re: Problem with Recursive code

    Thank you. I fixed the code for Stack Over Flow as you suggested. However, I can't figure out how to fix the problem of 82/3 !=27, the reason being is that this happens to 28,10,etc. so basically at...
  10. Replies
    4
    Views
    3,295

    [SOLVED]Problem with Recursive code

    Hi ya folks, I''v come to this forums a few times and have found solutions to my problems, however in this instance I can not find a solution to my problem.
    Here is what I have to do:


    The...
Results 1 to 10 of 10