Differences between revisions 1 and 2
Revision 1 as of 2019-07-14 17:11:30
Size: 31
Comment:
Revision 2 as of 2019-07-14 17:23:39
Size: 468
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Assignment 2 = <<TableOfContents>>

= Assignment 2: Word Ladder =

A ''word ladder'' is a sequence of words
 * which are in alphabetic order
 * each word in the sequence differs from its predecessor by
  * changing one letter, e.g. ''born&rarr;barn''
  * adding or removing one letter, e.g. ''band&rarr;brand''

The following are examples of word ladders of different length:
 * ''big&rarr;bit&rarr;bat&rarr;boat''
 * ''cold&rarr;cord&rarr;word&rarr;warm''

Assignment 2: Word Ladder

A word ladder is a sequence of words

  • which are in alphabetic order
  • each word in the sequence differs from its predecessor by
    • changing one letter, e.g. born→barn

    • adding or removing one letter, e.g. band→brand

The following are examples of word ladders of different length:

  • big→bit→bat→boat

  • cold→cord→word→warm

Assignment2 (last edited 2019-07-31 22:35:13 by AlbertNymeyer)