Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
turbofakesmile authored May 31, 2024
1 parent dc68d78 commit 01d32fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ why implementing own regex engine ?

### Implementing NFA State Machine

<img width="898" alt="Screenshot 2024-05-31 at 14 05 42" src="https://github.com/0xVikasRushi/regExp-Engine/assets/143269404/e18e96fb-7d66-4296-8436-b502dbc09c55">


#### Simple State Construction

A `State` in finite automata has an accepting property and a set of states it can transition to with other states.
Expand Down

0 comments on commit 01d32fe

Please sign in to comment.