Skip to content

Commit d627f71

Browse files
authored
Add detail in README.md assignment 2
1 parent a15b301 commit d627f71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assignment-2/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Run the script from the command line:
4949

5050
In the command, <dictionary_file> is the dictionary we want to use. The parameter <start_word> is the word we want to start and <target_word> is the word we want to reach.
5151

52+
If there is a way to reach the <target_word> from the <start_word>, the output should be:
53+
54+
start_word, word_1, word_2, ..., target_word
55+
5256
If there is no way to reach the <target_word> from the <start_word>, the output should be:
5357

5458
start_word

0 commit comments

Comments
 (0)