[DAY 26] Queue using Two Stacks
A queue is an abstract data type that maintains the order in which elements were added to it, allowing the oldest elements to be removed from the front and new elements to be added to the rear. This is called a First-In-First-Out (FIFO) data structure because the first element added to the queue (i.e., the one that has been waiting the longest) is always the first one to be removed. A basic queu..
1Day 1Algorithm
2019. 10. 26. 12:19
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- sort()
- js
- 멀티프로그래밍
- Array
- Typescript
- Props
- OS
- 리액트
- 1day1algorithm
- 알고리즘
- 구간합
- redux-saga
- reduce()
- 시분할시스템
- javascript
- 자료구조
- 우아한테크러닝
- React
- 자바스크립트
- 배치처리시스템
- 운영체제
- 웹팩
- Webpack
- sort
- greedyAlgorithm
- 프로그래머스
- 타입스크립트
- 컴퓨터공학
- 배열
- Algorithm
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함