[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
+2 -2
View File
@@ -2,11 +2,11 @@
id: COMP-THEORY-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 1.0
tags: [computer-science, math, complexity-theory, p-vs-np, logic]
tags: [computer-science, math, complexity-theory, p-vs-np, [[Logic]]]
last_reinforced: 2026-04-26
---
# Complexity Theory (복잡성 이론)
# [[Complexity Theory]] (복잡성 이론)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "문제의 본질적 난이도를 측정하고, 계산 가능성의 경계를 설정하라" — 문제를 해결하는 데 필요한 자원(시간, 공간)의 양에 따라 문제들을 분류하고, 현실적으로 해결 가능한 문제와 불가능한 문제를 구분하는 전산학의 핵심 이론.