<aside> 💡 필요한 문장으로 판단되는 경우에만 따로 발췌했습니다.

</aside>

1. Stack

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/7b4fcf07-d6e2-4e49-b560-b5ff44f97923/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/8822b3f7-cc28-4091-b2bb-8f51868ed5ce/Untitled.png

1.1 History

1.2 Software stacks

Implementation

1.3 Hardware stack

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/77a6b39f-e0d0-4e0d-8c56-9cc3e577375a/Untitled.png

source

Stack (abstract data type)

Question: Working of Stack Data Structure

*바로 밑에 출처에 있는 글을 보았다. top이 당연히 (시작값 할당을) 0이라고 알고 있었는데 아니였다. queue 또한 아니였다. 과제에서도 stack: top, queue: front가 0이라고 되어있었는데 이런 의도가 궁금해서 질문을 남겼다.

질문: https://github.com/codestates/help-desk/issues/2197 질문 내용: