Search:

Type: Posts; User: raphytaffy

Search: Search took 0.12 seconds.

  1. Replies
    4
    Views
    7,975

    [SOLVED] Re: Recursive Sentence Finder

    Hi, thanks for the schooling. I did realize that the algorithm was a bit off and revised my code, I just didn't post the revised code:


    import java.util.ArrayList;

    public class Sentence
    {...
  2. Replies
    4
    Views
    7,975

    [SOLVED] Re: Recursive Sentence Finder

    Thank you! It's been bothering me for a while now. Would you mind showing me how you would tidy up my code? I'd like to get into the right habits ahead of time so that I can continue practicing good...
  3. Replies
    4
    Views
    7,975

    [SOLVED] Recursive Sentence Finder

    Hi all, I have a programming assignment that is described as follows:


    Use recursion to implement a method boolean find(String t) that tests whether a string is contained in a sentence:
    Sentence...
Results 1 to 3 of 3