Algorithm
/collection/algorithm/ https://42jerrykim.github.io/collection/algorithm/ collection algorithm collection Algorithm _index.md
Collections
348 pages
Algorithm
백준 알고리즘 문제 풀이를 다루며, Python과 C++ 언어로 작성된 코드와 문제 해결 과정을 공유하는 공간이다. '삶, 우주, 그리고 모든 것'에 대한 해답을 찾아가는 마음으로, 알고리즘의 매력을 느끼고 싶은 모든 이를 위해 다양한 풀이를 준비하고 있다. 초심자부터 고급 개발자까지 누구나 문제 해결을 통해 깊이 있는 사고를 키워나갈 수 있도록 꾸준히 업데이트하고 있다
[Algorithm] C++/Python 백준 3683번: 고양이와 개 - 투표 최대 만족
[Algorithm] C++ 백준 4001번: 미노타우르스 미궁
[Algorithm] C++ 백준 4012번: 컨벤션 센터 - 사전순 최소 해 선택
[Algorithm] C++/Python 백준 5250번: 최단 경로들
[Algorithm] C++ 백준 5466번: 상인
[Algorithm] C++ 백준 5820번: 경주 - 길이 K 최소 간선 경로
[Algorithm] C++ 백준 6171번: 땅따먹기 - 묶음 할인 최소 비용 DP+CHT
[Algorithm] C++ 백준 8131번: Ploughing - 슬라이딩 윈도우
[Algorithm] C++ 백준 8177번: Ice Skates - 최대연속합 세그트리
[Algorithm] C++/Python 백준 8202번: Conspiracy (스플릿 그래프)
[Algorithm] C++/Python 백준 8227번: Cloakroom
[Algorithm] C++/Python 백준 8872번: 빌라봉
[Algorithm] C++/Python 백준 8885번: Pirate Chest - 수면 상승 고려 최대 체적
[Algorithm] C++ 백준 8987번: 수족관 3 - 카르테시안 트리
[Algorithm] C++/Python 백준 9244번: 핀볼 - 스위프 라인
[Algorithm] C++ 백준 9248번: Suffix Array - 접미사 배열과 LCP O(n log n)
[Algorithm] C++ 백준 9250번: 문자열 집합 판별
[Algorithm] C++ 백준 13263번 : 나무 자르기
[Algorithm] C++ 백준 1648번: 격자판 채우기
[Algorithm] C++ 백준 3878번: 점 분리
1
7
8
9
10
11
12
13
14
15
18