| University | University of Auckland (UOA) |
| Subject | Computer Science |
Task
Write a program that constructs either the shortest word chain connecting a pair of words from a given list or a chain of a specified length.
The input for this task consists of a file (to be read from stdin) that contains a list of word chain problems (one per line, no blank lines) followed by a blank line, followed by a list of words that can be used (all lower case letters, not necessarily all of the same length). The output, to stdout, should be the (or a) solution to each problem.
If an impossible problem is given, the output should echo the input for that problem, followed by a space and the word impossible. A problem consists either of two words or two words followed by a number. In the first case, the shortest possible chain between them is to be found and in the second case, a chain of exactly the given length (the length of a chain is the total number of words in the chain).
For example with this input file:
cat  cup
cap cup 4
cat  dog 3
emu kea
flu  covid
car cat
cat
cup
dog
cap
cut
elephant
The output file could be:
cat cut cup
cap cat cut cup
cat dog 3 impossible
emu kea impossible
flu covid impossible
car cat impossible
Stuck! Do not Know Assessment Answers?
Hire NZ Native Experts 24/7.
Are you seeking coursework help on computer science in New Zealand? Then just take help from coursework experts online. With the help of professionals, the students can bring an A+ grade to your programming homework assignment without taking any headache.
- PROPERTY 261 Property Economics Assignment Brief 2026 | UOA
- LSCPG8.300 Strategic Procurement, Partnerships and Outsourcing Assessment 1, 2026
- FINC 604 Finance, Futures and Options Assessment Brief 2026 | Lincoln University
- HSC5323 Cultural Practice in Aotearoa New Zealand Assessment Brief 2026
- ECON802 Economics and Global Trade Assignment 3 Brief 2026
- DRGD 403 Drug Development Assignment Brief 2026 | VUW
- CCSP510 Research Essay Assessment Brief 2026 | Victoria University of Wellington
- 218.781 Construction Financial Administration Assessment 1 Brief 2026
- HLTH 524 Health Leadership and Management Assignment 2, 2026 | VUW
- SARC 321 Construction Assignment 1 Brief 2026 | Victoria University of Wellington

