====== BOJ / Python으로 TLE가 나는 문제 ====== ===== 최적화를 거쳐서 Python3으로 풀리는 문제 ===== * [[ps:problems:boj:17978]] * python 시간제한 5초. * 정해인 O(n^4) 알고리즘으로는 python3.11 TLE, PyPy3 2212ms. * k-means clustering으로 python3.11 3600ms ===== PyPy3으로 풀리는 문제 ===== ---- struct table ---- schema: ps cols: prob_id, %title%, prob_level, sol_lang, my_status, best_time, tc, input_size, sort: prob_id filter: site = BOJ filter: sol_lang ~ Pypy* csv: 0 ---- ===== PyPy3으로도 안풀리는 문제 =====