====== 백준 온라인 저지 (BOJ) ====== * 온갖 수준의 방대한 문제와 다양한 언어를 지원한다. * [[solved.ac]]와 연동시키면 각 문제의 난이도를 확인할 수 있다. * 사용되는 Python3의 버전은 3.9.1 이고, 기본적으로 주어지는 문제의 제한보다 더 여유있는 시간과 메모리가 제공된다. ([[https://www.acmicpc.net/help/language|링크]]) * 시간은 x3+2초, 메모리는 ×2+32MB ===== 관련 페이지 ===== * [[단계별|'단계별로 풀어보기'에 포함된 문제들]] * [[Python으로 TLE가 나는 문제]] * [[실행시간|실행시간 1등 달성 문제들 / 나만 푼 문제들 (Python/PyPy)]] ===== 문제집 ===== * (기본적으로는 '단계별로 풀어보기' 와 'solved.ac class' 이 두가지가 1순위이다) * code.plus [[https://www.acmicpc.net/workbook/codeplus|문제집 링크]] * 코딩테스트 대비 문제집 with Baekjoon (by tony9402) [[https://github.com/tony9402/baekjoon|사이트]] [[https://www.acmicpc.net/workbook/by/tony9402|문제집 링크]] * 바킹독의 실전 알고리즘 [[https://github.com/encrypted-def/basic-algo-lecture|사이트]] [[https://www.acmicpc.net/workbook/by/BaaaaaaaaaaarkingDog|문제집 링크]] * BOJ 길라잡이 (by ryute) [[https://ryute.tistory.com/33|사이트]] [[https://www.acmicpc.net/workbook/by/ryute|문제집 링크]] * [[라이 블로그 문제집]] ===== 대회 ===== ==== 2023년 이전 ==== * [[곰곰컵]] * [[블롭컵]] ==== 2024년 ==== * [[제3회 흐즈로컵]] * [[제3회 보라매컵 예선]] * [[월간 향유회 2024. 01.]] * [[solved.ac Grand Arena Party]] ---- struct table ---- schema: contest cols: date, %title%, site, duration, problem_count sort: date csv: 0 ---- ===== 문제 목록 ===== ==== 다이아몬드 ==== ^ 다이아몬드1 ^ 다이아몬드2 ^ 다이아몬드3 ^ 다이아몬드4 ^ 다이아몬드5 ^ |{{cnt>ps:problems:boj:다이아몬드_1}}|{{cnt>ps:problems:boj:다이아몬드_2}}|{{cnt>ps:problems:boj:다이아몬드_3}}|{{cnt>ps:problems:boj:다이아몬드_4}}|{{cnt>ps:problems:boj:다이아몬드_5}}| ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate, tc, sol_date sort: prob_level limit: 10 filter: site = BOJ filter: prob_level ~ 다이아몬드* csv: 0 ---- ==== 플래티넘 ==== ^ 플래티넘1 ^ 플래티넘2 ^ 플래티넘3 ^ 플래티넘4 ^ 플래티넘5 ^ |{{cnt>ps:problems:boj:플래티넘_1}}|{{cnt>ps:problems:boj:플래티넘_2}}|{{cnt>ps:problems:boj:플래티넘_3}}|{{cnt>ps:problems:boj:플래티넘_4}}|{{cnt>ps:problems:boj:플래티넘_5}}| ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate, tc, sol_date sort: prob_level limit: 10 filter: site = BOJ filter: prob_level ~ 플래티넘* csv: 0 ---- ==== 골드 ==== ^ 골드1 ^ 골드2 ^ 골드3 ^ 골드4 ^ 골드5 ^ |{{cnt>ps:problems:boj:골드_1}}|{{cnt>ps:problems:boj:골드_2}}|{{cnt>ps:problems:boj:골드_3}}|{{cnt>ps:problems:boj:골드_4}}|{{cnt>ps:problems:boj:골드_5}}| ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate, tc, sol_date sort: prob_level limit: 10 filter: site = BOJ filter: prob_level ~ 골드* csv: 0 ---- ==== 실버 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate, tc, sol_date sort: prob_level limit: 10 filter: site = BOJ filter: prob_level ~ 실버* csv: 0 ---- ==== 브론즈 ==== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, prob_cate, tc, sol_date sort: prob_level limit: 10 filter: site = BOJ filter: prob_level ~ 브론즈* csv: 0 ----