![]() |
CoSc2030: Computer Science IIFall Semester 2007Instructor: Dr. Thomas Bailey |
Today we will be looking at suffix lists. In this lab, suffix lists are composed of string iterator pairs. Any pair of strings that contain the same characters in the same order are a match. Suffix lists are useful for many different things, and are often used in bio-informatics. To start this lab, download the code provided by Dr. Bailey. SuffixListDriver04.cpp, Files.cpp, Files.h, StringSegment03.cpp, StringSegment03.h, SuffixList03.cpp, and SuffixList03.h -Now, take a look at the code and try to figure out what the code is doing. If you have questions, ask your lab assistant. You will need to write a test file so that you can check and see if your code is working.
Upload Lab13SuffixListDriver.cpp and Lab13StringSegment.cpp with your name in comments at the top. You have one week from you lab period to turn in the lab.
<< CoSc2030 Home