| 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.
- PARA704 Clinical Risk Reduction Assessment Brief 2026 | AUT
- HRMG701 Diversity and Inclusion for Social Impact Assignment Brief 2026
- 91464 Analyse a contemporary Ethical Issue in Relation to Well-Being Assessment Brief 2026
- BSRV4601 Fundamentals of Real Estate Assessment 3 Variation B(1) 2026
- 91430 Conduct Geographic Research with Consultation Assignment 2026
- BUSS503 Financial Decision Making Assignment 1, 2026 | AUT
- HLTH524 Health Leadership and Management Assignment 3, 2026
- HLWB 511 Health and Safety Management and Leadership Assignment 3, 2026
- 110805 Advanced Strategic Management Accounting Assessment 2, 2026
- 115759 Current Issues in Business Assessment 3, 2026 | Massey University

