Programming Algorithms Question:

What are the arguments present in pattern matching algorithms?

Programming Algorithms Interview Question
Programming Algorithms Interview Question

Answer:

These are the following arguments which are present in pattern matching
Algorithms.
1) Subject,
2) Pattern
3) Cursor
4) MATCH_STR
5) REPLACE_STR
6) REPLACE_FLAG


Previous QuestionNext Question
Explain the function SUB in algorithmic notation?How to find median of a BST?