Data Structure 7 - Stack(3)

입력의 역순으로 출력이 가능한 스택의 특징을 이용하면, 괄호검사나 미로찾기 알고리즘, 간단한 계산기를 구현할 수 있다.


댓글

이 블로그의 인기 게시물

IIKH Class from Timothy Budd's introduction to OOP

Compiler 9 - Efficient Code generation

Software Engineering 10 - V&V, SOLID principle