zainjer/DFA-substring-search
::: Problem Statement - write a program to search a substring within a text by using DFA. [Hint] You must first create a state machine dynamically based on given substring and then traverse through the transition matrix to obtain the results
C#
Stargazers
No one’s star this repository yet.