본문 바로가기
알고리즘

알고리즘 주제 정리

by DearGreen 2023. 1. 30.

알고리즘 주제를 정리중입니다.

완료되는 대로 링크를 걸 예정입니다.

알고리즘 link
1. 투포인터 https://deargreen.tistory.com/13
2. 에라토스테네스의 체 X
2-1. 유클리드호제법 X
3. 누적합 https://deargreen.tistory.com/12
4. 구현 및 시뮬레이션 X
5. Greedy https://deargreen.tistory.com/8
6. DP https://deargreen.tistory.com/10
7. BFS & DFS https://deargreen.tistory.com/11
8. 이분탐색 X

 

면접용 알고리즘 link
1. MST X
2. FIFO, LIFO X
3. SORT X

 

'알고리즘' 카테고리의 다른 글

투 포인터(Two Pointer)  (0) 2023.02.08
누적합(Prefix Sum)  (0) 2023.02.08
BFS & DFS  (0) 2023.02.06
DP(Dynamic Programming)  (0) 2023.02.01
Greedy algorithm  (0) 2023.01.31