Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- CS
- torchtext
- Data Structure
- 도커
- lstm
- attention
- pytorch
- gru
- contiguous
- NLP
- 자료구조
- dl
- deep learning
- vs code
- Transformation
- Python
- Algorithm
- tutorial
- 인디음악
- Analog Rebellion
- rnn
- Deeplearning
- docker
- COLAB
Archives
- Today
- Total
Deep learning/Machine Learning/CS 공부기록
1. Data Structure - Stack/Queue 본문
드디어 알고리즘에서 볼 수 있는 stack/queue까지 왔다. CS전공자가 아니므로 대부분 줏어 들은게 다였는데, 이를 정리하면서 많은 도움이 됐다.
Stack
LIFO, 즉, 선입후출 구조를 갖는다.
Reference
Queue
'CS > 면접 질문 정리' 카테고리의 다른 글
| 1. Data Structure - HashTable (0) | 2020.07.03 |
|---|---|
| 1. Data Structure - 배열(Array), 연결리스트(LinkedList) (0) | 2020.07.02 |
| IT 기업 면접 질문 정리 (0) | 2020.07.02 |