일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 백트래킹
- BFS
- object detection
- pytorch
- 다익스트라
- 자바스크립트
- 세그먼트 트리
- 너비 우선 탐색
- dfs
- 가끔은 말로
- Overfitting
- c++
- DP
- lazy propagation
- dropout
- back propagation
- 분할 정복
- 회고록
- 2023
- 가끔은_말로
- 문자열
- 크루스칼
- 플로이드 와샬
- 조합론
- 미래는_현재와_과거로
- NEXT
- 이분 탐색
- tensorflow
- 우선 순위 큐
- 알고리즘
Archives
- Today
- Total
Doby's Lab
DS & AL Study List 본문
현재까지 공부한 자료구조 및 알고리즘 등을 기록해두기 위한 공지사항 포스팅입니다.
-Basic Algorithm-
- Binary Search
- Brute-Force
- Back Tracking
- DFS (Depth First Search)
- BFS (Breath First Search)
- DP (Dynamic Programming)
- Divide and Conquer
- Sieve of Eratosthenes
-Data Structure-
- Stack
- Queue
- Priority Queue
- Heap
- Hashing
- Union-Find, Disjoint Set
- Segment Tree
- Lazy Propagation
- Merge Sort Tree
-Math-
- Number Theory
- Combinatorics
- Euclidean
-Discrete Math-
- 2-SAT
-Geometry-
- CCW (Counter Clockwise)
- Convex Hull (Graham Scan)
- Convex Hull (Monotone Chain)
-Shortest Path-
- Dijkstra
- Floyd-Warshall
- Bellman-Ford
-Minimun Spanning Tree-
- Kruskal's Algorithm
-Sort Algorithm-
- Merge Sort
- Topological Sort
-DP Algorithm-
- LIS O(N^2)
- LCS
-Useful Technique-
- Two Pointers
- Monotonic Stack
- Sliding Window
- Sparse Table
-Max Flow-
- Edmonds-Karp
- Bipartite Matching (using DFS, O(VE))
- Bipartite Matching (using Edmonds-Karp)
- Min Cost Max Flow
-Tree Algortihm-
- LCA
- LCA (using Sparse Table)
-Strongly Connected Component-
- Korosaju's Algorithm
- Tarjan Algorithm
728x90