-
SAGAReP Instructions
SAGAReP is very easy to use. You should:
- Select one of the string pattern matching methods between:
- Knuth-Morris-Pratt
- Knuth-Morris-Pratt modified
- Naive or brute force
- Boyer-Moore
- Based on the construction of the suffix-tree for the text
- Insert one text string in the big white box and one pattern string in the small white box
- Begin the animation
While the animation you can do a pause, restart and change the delay
Also it is possible to animate different methods for the same text and pattern,
simply by changing the selected method
For the animation of the string pattern matching algorithm, based on the
construction of the suffix-tree for the text, you could reorganize the tree by selecting with the mouse a node and a new position for it
Return to the main page of SAGAReP