Lecture 1_Introduction
Lecture 1_Introduction
Muzurura O
Computer Science Department
MSU
What is this course about?
– Reverse, Permutation, ….
Binary relations on strings
ton= apple.ton
Binary relations (contd.)
Example:
Consider the alphabet Σ = {0, 1}. The string 11
is canonically smaller in Σ* than the string 000,
because 11 is a shorter string than 000.
On the other hand, 00 is canonically smaller
than 11, because the strings are of equal length
and 00 is alphabetically smaller than 11.
Relevance of strings and languages for
this course.