CSc 352: Lecture-19

Assignment6 Discussion

Note: All the programs mentioned in this lecture are in:

/home/cs352/SUMMER02/lecture19progs/

    - Question-1: see trie/ for a sample program on how to 
      handle tries. (not guaranteed to work correctly, just 
      to give you an idea on how to construct a trie, or a 
      general graph.) Can it be helpful for question-1?
      In what other ways can you organize the data?
      
    - Question-2: Deterministic Finite State Machines.
      How to simulate? (see Assignment-6)