Answered step by step
Verified Expert Solution
Question
1 Approved Answer
There are many aspects to a poem and a poetry assistant could help a poet in various ways, but a basic requirement is that an
There are many aspects to a poem and a poetry assistant could help a poet in various ways, but a basic requirement is that an assistant should suggest rhymes. For example, on submission of cat, the assistant would return a list of rhymes: cat? acrobat, bureaucrat, laundromat, thermostat This coursework asks you to design and implement such an assistant. Your design must contain at least one original algorithm and at least one data structure. A minimum requirement is that your poetry assistant should deliver rhymes. Your response to this challenge will be in the form of a report which should consist of the following sections:
Section Pseudocode for each original algorithm. You are urged to follow the pseudocode conventions of Cormen at al Chapter Pay great attention to how you lay out your pseudocode. In particular, take care to use structured indentation. Pseudocode that is not correctly indented, or is otherwise unreadable, will not be marked.
Using Pseudocode for each original algorithm in structured indentation
eg IFENDIF, FORENDFOR
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started