Algorithm
/collection/algorithm/ https://42jerrykim.github.io/collection/algorithm/ collection algorithm collection Algorithm _index.md
Collections
298 pages
Algorithm
백준 알고리즘 문제 풀이를 다루며, Python과 C++ 언어로 작성된 코드와 문제 해결 과정을 공유하는 공간이다. '삶, 우주, 그리고 모든 것'에 대한 해답을 찾아가는 마음으로, 알고리즘의 매력을 느끼고 싶은 모든 이를 위해 다양한 풀이를 준비하고 있다. 초심자부터 고급 개발자까지 누구나 문제 해결을 통해 깊이 있는 사고를 키워나갈 수 있도록 꾸준히 업데이트하고 있다
[Algorithm] C++ 백준 2419번: 사수아탕 - 구간 DP
[Algorithm] C++ 백준 24272번: 루트 노드가 많은 트리일수록 좋은 트리이다
[Algorithm] C++ 백준 2912번: 백설공주와 난쟁이 - 세그트리+후보검증
[Algorithm] C++ 백준 2927번: 남극 탐험
[Algorithm] C++ 백준 31397번: 반 나누기 (Hard)
[Algorithm] C++ 백준 31603번: 트리 퀴즈
[Algorithm] C++ 백준 3295번: 단방향 링크 네트워크 - 최대 매칭
[Algorithm] C++ 백준 3311번: Traffic - SCC 압축과 DAG 구간 전파
[Algorithm] C++ 백준 3319번: 전령들
[Algorithm] C++ 백준 3611번: 팀의 난이도
[Algorithm] C++ 백준 4001번: 미노타우르스 미궁
[Algorithm] C++ 백준 4012번: 컨벤션 센터 - 사전순 최소 해 선택
[Algorithm] C++ 백준 5466번: 상인
[Algorithm] C++ 백준 5820번: 경주 - 길이 K 최소 간선 경로
[Algorithm] C++ 백준 6171번: 땅따먹기 - 묶음 할인 최소 비용 DP+CHT
[Algorithm] C++ 백준 8131번: Ploughing - 슬라이딩 윈도우
[Algorithm] C++ 백준 8177번: Ice Skates - 최대연속합 세그트리
[Algorithm] C++ 백준 8987번: 수족관 3 - 카르테시안 트리
[Algorithm] C++ 백준 9248번: Suffix Array - 접미사 배열과 LCP O(n log n)
[Algorithm] C++ 백준 9250번: 문자열 집합 판별
1
…
6
7
8
…
15