docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
+5 -5
View File
@@ -1,13 +1,13 @@
---
id: P-REINFORCE-AI-055
category: "[[10_Wiki/💡 Topics/Computational Theory & Math]]"
category: "10_Wiki/💡 Topics/Computational Theory & Math"
confidence_score: 0.97
tags: [graph theory, network science, graph algorithm, relationship]
last_reinforced: 2026-06-XX
github_commit: "[P-Reinforce] Processed Graph Theory."
---
# [[Graph Theory]] (그래프 이론)
# [[Graph Theory|Graph Theory]] (그래프 이론)
## 📌 한 줄 통찰 (The Karpathy Summary)
> 객체와 그들 사이의 관계를 노드(Vertex)와 엣지(Edge)로 모델링하여, 복잡한 네트워크 구조 내에서 최단 경로, 연결성, 커뮤니티 등을 수학적으로 분석하는 학문이다.
@@ -27,7 +27,7 @@ github_commit: "[P-Reinforce] Processed Graph Theory."
- **정책 변화:** Knowledge Graph (온톨로지)의 핵심 기반 이론이며, 단순한 관계를 넘어 '왜' 그런 관계가 성립했는지에 대한 근거(Provenance)까지 기록하는 방향으로 발전하고 있다.
## 🔗 지식 연결 (Graph)
- Parent: [[Knowledge Graphs]]
- Related: [[Network Science]] , [[Cybernetics]] , [[Complex Adaptive Systems]]
- Raw Source: [[00_Raw/Graph Theory.md]]
- Parent: [[Knowledge-Graphs|Knowledge Graphs]]
- Related: [[Network Science|Network Science]] , [[Cybernetics|Cybernetics]] , [[Complex Adaptive Systems|Complex Adaptive Systems]]
- Raw Source: 00_Raw/Graph Theory.md
---