Programming Algorithms Question:

What are the arguments present in pattern matching algorithms?

Tweet Share WhatsApp

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

Download Programming Algorithms PDF Read All 30 Programming Algorithms Questions
Previous QuestionNext Question
Explain the function SUB in algorithmic notation?How to find median of a BST?