일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- python
- 알고리즘
- javascript
- js
- til
- 정재남
- 리덕스
- 백준
- 자바스크립트
- 타입스크립트
- 토익
- LeetCode
- codestates
- 프로그래머스
- 2주 프로젝트
- 4주 프로젝트
- 렛츠기릿 자바스크립트
- programmers
- 타임어택
- 리액트
- 회고
- 손에 익히며 배우는 네트워크 첫걸음
- 타입스크립트 올인원
- 코어 자바스크립트
- 코드스테이츠
- 파이썬
- 제로초
- SQL 고득점 Kit
- Async
- 리트코드
Archives
- Today
- Total
목록review (1)
Jerry
One Paper: Stack & Queue
* 필요한 문장으로 판단되는 경우에 발췌했으며, 출처 표기를 준수하였습니다. ** 본 글은 개인 노션에서 가져왔습니다. 1. Stack In computer science, a stack is an abstract data type that serves as a collection of elements, with two main pricipal operation(push, pop) abstract data type is a mathematical model for data types. An abstract data type is defined by its behavior (semantics) from the point of view of a user, of the data, specifically in ..
Problem Solving/Algorithm 개념 익히기
2020. 10. 23. 00:31