Search:

Type: Posts; User: getaway

Search: Search took 0.14 seconds.

  1. Re: Finding a word within a string (using a stringbuilder)

    I have an EntryIterator that iterates over every word in the dictionary. They are alphabetized after being sorted, e.g. happy is ahppy.

    User inputs jumbled letters and an integer number. The...
  2. Finding a word within a string (using a stringbuilder)

    How would I go about checking to see if, for example, the word 'happy' can be made out of a string of letters, e.g. 'happybirthday'. In my program they are both sorted first, though, so technically...
Results 1 to 2 of 2