CS 50 Software Design and Implementation
Lecture 16
TinySearch Indexer Design
Below are my rough notes from today. I will update these ASAP.
Data flow, input and output
Figure 1:
Indexer: The diagram shows the input, data flow, and output
Pseudocode
Figure 2:
Indexer: pesudocode
Figure 3:
Indexer: pesudocode
Data structures in action
Figure 4:
Indexer: data structures in action