[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
- Typescript
- 알고리즘
- 자바스크립트
- 리액트
- greedyAlgorithm
- sort
- 시분할시스템
- javascript
- Array
- 배열
- 1day1algorithm
- 멀티프로그래밍
- 우아한테크러닝
- 타입스크립트
- 자료구조
- 컴퓨터공학
- reduce()
- 배치처리시스템
- redux-saga
- js
- 프로그래머스
- Algorithm
- Props
- Webpack
- 구간합
- React
- 웹팩
- OS
- 운영체제
- sort()
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함