728x90
First in Last out 구조.
Last out 원소를 가르키는 pos 필요, pop시 pos--
1. 일반구현
2. STL stack
https://github.com/intlabSeJun/c-plus-coding-test/tree/master/5.%20%EC%8A%A4%ED%83%9D
728x90
'C++ > 라이브러리 (STL etc)' 카테고리의 다른 글
[c++] cin.getline() vs getline() 및 cin.ignore() 정리 (3) | 2023.07.14 |
---|---|
[c++] 큐, STL<queue> (0) | 2023.07.13 |
[c++] iterator에 대해서 (0) | 2023.07.13 |
[c++] STL <list> 정리 (0) | 2023.07.13 |
c++ STL <vector> 정리 (0) | 2023.07.13 |