section1
1. 커리큘럼 소개
모든 섹션을 순서대로 할 필요는 없다.
하지만 섹션마다 그 섹션을 듣기 전에 반드시 들어야 할 강의가 있으므로
그 섹션을 보기 전 선수학습에 표기된 강의를 먼저 듣고 듣는 것을 추천한다.
- curriculum walkthrough
- big o notation
- analyzing performance of arrays and objects
- problem solving approach
- problem solving patterns
- recursion
- bubble sort
- selection sort
- insertion sort
- merge sort
- quick sort
- radix sort
- intor to data structures
- singly linked lists
- doubly linked lists
- stacks & ques
- binary search trees
- tree traversal
- binary heaps
- hash tables
- graphs
- gragh traversai
- dijkstra’s algorithm
- dynamic programming
- the wild west
'프론트엔드 > javascript 알고리즘 & 자료구조 마스터 클래스' 카테고리의 다른 글
section4. how to approach problems (0) | 2022.05.28 |
---|---|
section3. Evaluate the performance of an object (0) | 2022.05.23 |
section2. Big O notation (0) | 2022.05.16 |