Skip to content

Instantly share code, notes, and snippets.

View xudshen's full-sized avatar
:shipit:

Xudong Shen xudshen

:shipit:
  • Beijing, China
  • 09:12 (UTC +08:00)
View GitHub Profile
#! /usr/bin/python
from sys import argv
###### define corresponding function ######
NFA = {}
closure = {}
EmptyMark = "!@#"
AllLetter = '$%^'
###### ini state ######
startState = 1