0
16kviews
Write Short Notes on Kleene Closure
1 Answer
0
1.4kviews

Let S be a set.

The Kleene closure of S, denoted S∗, is the set of all finite sequences in S.

Examples:

Example of Kleene star applied to set of strings:

{"ab","c"}* = {ε, "ab", "c", "abab", "abc", "cab", "cc", "ababab", "ababc", "abcab", "abcc", "cabab", "cabc", "ccab", "ccc", ...}.

Example …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.