文件名称:wordtransformation
介绍说明--下载内容均来自于网络,请自行研究使用
wordtransformation游戏
wordtransformation就是看一个word能不能每次只变化一个字母,通过k次,转变成另一个word,例如full-foll-fool,full就通过三步转为fool,输入一个word,输出转化的步骤-Let us consider the following puzzle called a word ladder. Transform the word “FOOL” into the
word “SAGE”. In a word ladder puzzle you must make the change occur gradually by changing
one letter at a time. At each step you must transform one word into another word, you are not
allowed to transform a word into a non-word. The word ladder puzzle was invented in 1878 by
Lewis Carroll, the author of Alice in Wonderland. The following sequence of words shows one
possible solution to the problem posed above.
wordtransformation就是看一个word能不能每次只变化一个字母,通过k次,转变成另一个word,例如full-foll-fool,full就通过三步转为fool,输入一个word,输出转化的步骤-Let us consider the following puzzle called a word ladder. Transform the word “FOOL” into the
word “SAGE”. In a word ladder puzzle you must make the change occur gradually by changing
one letter at a time. At each step you must transform one word into another word, you are not
allowed to transform a word into a non-word. The word ladder puzzle was invented in 1878 by
Lewis Carroll, the author of Alice in Wonderland. The following sequence of words shows one
possible solution to the problem posed above.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wordtransformation\Graph.cpp
..................\Graph.h
..................\Graph.o
..................\main
..................\main.cpp
..................\main.o
..................\Makefile
..................\Node.cpp
..................\Node.h
..................\Node.o
..................\PreRecord.cpp
..................\PreRecord.h
..................\PreRecord.o
..................\Queue.cpp
..................\Queue.h
..................\Queue.o
..................\Record.cpp
..................\Record.h
..................\Record.o
..................\words
..................\WordTransformationProgram2014.pdf
wordtransformation