Theory Questions
- FSAs:
- What does a given FSA recognise?
- Draw an FSA to recognise/produce (I saw the (red, blue) flag).
- What are FSAs good for?
- Write code to implement an FSA to produce the above sentences,
or control an agents behaviour.
- Graphs:
- What is a graph?
- What do particular types of graphs (e.g. semantic nets, FSAs)
do?
- How can you search a particular type of graph?
- Advanced topics include NP Completeness (unlikely)
and Turing Completeness (possible). What's important about
C# being Turing complete?