Implementation Details
/tags/implementation-details/ https://42jerrykim.github.io/tags/implementation-details/ tags implementation details
Tags
65 pages
Implementation Details
[Algorithm] C++ 백준 2912번: 백설공주와 난쟁이 - 세그트리+후보검증
[Algorithm] C++ 백준 3311번: Traffic - SCC 압축과 DAG 구간 전파
[Algorithm] C++ 백준 3319번: 전령들
[Algorithm] C++ 백준 3611번: 팀의 난이도
[Algorithm] C++ 백준 4012번: 컨벤션 센터 - 사전순 최소 해 선택
[Algorithm] C++ 백준 5466번: 상인
[Algorithm] C++ 백준 5820번: 경주 - 길이 K 최소 간선 경로
[Algorithm] C++ 백준 6171번: 땅따먹기 - 묶음 할인 최소 비용 DP+CHT
[Algorithm] C++ 백준 8177번: Ice Skates - 최대연속합 세그트리
[Algorithm] C++ 백준 8987번: 수족관 3 - 카르테시안 트리
[Algorithm] C++ 백준 9248번: Suffix Array - 접미사 배열과 LCP O(n log n)
[Algorithm] C++/Python 백준 11479번: 서로 다른 부분 문자열의 개수
[Algorithm] C++/Python 백준 12735번: Boat
[Algorithm] C++/Python 백준 12771번: Oil
[Algorithm] C++/Python 백준 13309번: 트리 - 경로 질의와 간선 제거
[Algorithm] C++/Python 백준 15773번: Touch The Sky
[Algorithm] C++/Python 백준 17169번: Eat Economically - 그리디 O(N log N)
[Algorithm] C++/Python 백준 18485번 : Nine Judges
[Algorithm] C++/Python 백준 33651번: Vandalism
[Algorithm] C++/Python 백준 3640번: 제독 - 최소 비용 최대 유량
1
2
3
4