용어 정리
state machines: input을 읽고 -> state를 바꿈
finite state machines: 유한한 개수의 상태를 가진 state machine들
DFA: the finite state machine that either accepts or rejects a sequence of characters by running through a sequence of states is called DFA (e.g 신호등이 GYRG를 읽을때 가능한지 아닌지 보고 accept or reject)
예시
1. 신호등 (transition 기준: 시간)
2. string -> integer converter `string-to-integer-atoi`
'💻 Software Engineering' 카테고리의 다른 글
[설치방법] Amateras UML 맥북 Eclipse에 설치하기 (3) | 2020.07.24 |
---|