Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 642 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 642 Bytes

KWIC_Initial

This is the first version of KWIC system. The system accepts an ordered set of lines. Each line is circularly shifted by repeatedly removing first word and appending it to the end of the line. In the end, the system output all circular shifted line in an alphabetical order.

This system is composed of five components: Input, LineStorage, CircularShift, AlphabeticShift and Output. Master Control Class is responsile for accessing each components .

Screen Shot 2021-09-28 at 1 45 06 AM