| 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.
- Nursing Assignment 3 : Factors that Impact Registered Nurses’ Ability to Influence National Government Health Policy
- The Management and Behaviour or Pregnant Sows on Pasture Assignment 1 | Massey University (MU)
- HAS 962 – Occupational Hygiene: Measurement Assessment 4 AIOH Technical Report | UOW
- IT00143 Install & Optimize Software Applications Assignment | Pacific Polytech
- Digital Tourism and Hospitality Assignment Report | Auckland University of Technology
- HEAL840 Critical Enquiry for Evidence Based Practice Additional Assessment Opportunity (AAO) Semester 1 2025
- RES903 Research Dissertation Assessment One | Nelson Marlborough Institute of Technology (NMIT)
- 71338 Managing Change Assessment 3 Strategy and Implementation Report | Open Polytechnic
- BSRV4601 Fundamentals Real Estate Assignment 1: Eligibility and licensing | Open Polytechnic (OP)
- MGMT801 Managing in a Multi-Cultural Environment Assignment 1 Report, Auckland Institute Of Studies (AIS) New Zealand

