sungyup's
.
Home
Devlog
Til
Study
Notes
Review
Board
en
Home
Devlog
Til
Study
Notes
Review
Board
en
Back to Study
class
JavaScript Alogrithms and Data Structures Masterclass
Udemy 알고리즘(자바스크립트) 강의 정리
Colt Steele
21 posts
학습 기록
내 생각
알고리즘 개요
1.1
Big O Notation
1.2
Analyzing Performance of Arrays and Objects
1.3
Problem Solving Approach
알고리즘 기본 패턴
2.1
Frequency Counters
2.2
Multiple Pointers
2.3
Sliding Window
2.4
Divide and Conquer
2.5
Recursion-Theory
2.6
Recursion-Practice 1
2.7
Recursion-Practice 2
2.8
Searching Algorithms
정렬 알고리즘
3.1
Sorting Algorithms
3.2
Bubble Sort
3.3
Selection Sort
3.4
Insertion Sort
3.5
Big O of Sorting Algorithm
3.6
Quick Sort
3.7
Merge Sort
3.8
Radix Sort
데이터 구조
4.1
Data Structures Intro