fix(topics): 지식 그래프 정상화 — 고아 29%→4%, 인덱스 12개·개념 문서 13편

링크 그래프 분석(6,372문서·31,623링크) 기반 최소 수정 정상화:
- [수정] Topic_CPP/Topic_C 인덱스의 링크 표기를 실제 문서 제목으로 교정
  (CPP 117건·C 68건 — [[CPP Intro]] → [[C++ Intro]] 등, 인덱스 파일 2개만 수정)
- [수정] C Tutorial 별칭에 'C' 추가 — [[c]] 60건 해소 (frontmatter 1줄)
- [신규] 고아 다발 폴더 11곳에 00_INDEX MOC 자동 생성 (Poetic_Blog_Writing 500편,
  AI_and_ML 330, Coding 200, Reasoning_Creativity 161, Frontend 146 등)
- [신규] 루트 MOC(Topics Root Index) — breadcrumb [[10_Wiki/Topics]] 47건을 별칭으로 수용
- [신규] 수요 최상위 미싱 개념 문서 13편 (깨진 링크 다발 해소):
  글쓰기 7편(리듬·감정·문체·블로그·퇴고·정서·구조) + 설계 6편(React·Software
  Architecture·ADR·CQRS·Observability·RLHF) — AI 생성 초안임을 review_reason에 명시
- 기존 문서 본문은 무수정 (인덱스 2개 링크 교정 + 별칭 1줄이 수정의 전부)

결과: 고아 1,901(29%)→314(4%), 완전고립 1,018→173, 깨진 링크 10,258→9,679

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Antigravity Agent
2026-07-11 11:21:57 +09:00
parent c24165b8bc
commit 745872c7f8
27 changed files with 4047 additions and 186 deletions
@@ -5,7 +5,7 @@ category: "Programming_Language"
status: "draft"
verification_status: "conceptual"
canonical_id: ""
aliases: ["C Tutorial", "C MOC", "Topic_C index", "C 언어 목차"]
aliases: ["C Tutorial", "C", "C 언어", "C MOC", "Topic_C index", "C 언어 목차"]
duplicate_of: ""
source_trust_level: "B"
confidence_score: 0.90
@@ -33,124 +33,124 @@ Map of Content (MOC) for the W3Schools C Tutorial — the root that links every
## 📖 세부 내용 (Details)
### Basics
- [[C Intro]] ✅
- [[C Introduction]] ✅
- [[C Get Started]] ✅
- [[C Syntax]] ✅
- [[C Statements]] ✅
- [[C Output]] ✅
- [[C Output (Print Text)]] ✅
- [[C Comments]] ✅
- [[C Organize Code]] ✅
### Variables
- [[C Variables]] ✅
- [[C Variables Names]] ✅
- [[C Variables Change]] ✅
- [[C Variables Multiple]] ✅
- [[C Variables Format]] ✅
- [[C Variables RealLife]] ✅
- [[C Variable Names (Identifiers)]] ✅
- [[C Variable Values]] ✅
- [[C Declare Multiple Variables]] ✅
- [[C Format Specifiers]] ✅
- [[C Variables - Examples]] ✅
### Data Types
- [[C Data Types]] ✅
- [[C Data Types Numbers]] ✅
- [[C Data Types Characters]] ✅
- [[C Data Types Dec]] ✅
- [[C Data Types Extended]] ✅
- [[C Data Types Sizeof]] ✅
- [[C Data Types RealLife]] ✅
- [[C Numeric Data Types]] ✅
- [[C Character Data Types]] ✅
- [[C Decimal Precision]] ✅
- [[C Extended Types]] ✅
- [[C The sizeof Operator]] ✅
- [[C Data Types Examples]] ✅
### Constants & Storage
- [[C Constants]] ✅
- [[C Storage Classes]] ✅
- [[C Fixed Width Ints]] ✅
- [[C Fixed Width Integers]] ✅
### Operators
- [[C Operators]] ✅
- [[C Operators Arithmetic]] ✅
- [[C Operators Assignment]] ✅
- [[C Operators Comparison]] ✅
- [[C Operators Logical]] ✅
- [[C Arithmetic Operators]] ✅
- [[C Assignment Operators]] ✅
- [[C Comparison Operators]] ✅
- [[C Logical Operators]] ✅
- [[C Bitwise Operators]] ✅
- [[C Operators Precedence]] ✅
- [[C Operator Precedence]] ✅
### Strings
- [[C Strings]] ✅
- [[C Strings Esc]] ✅
- [[C Strings Functions]] ✅
- [[C Special Characters]] ✅
- [[C String Functions]] ✅
### Math & Random
- [[C Math]] ✅
- [[C Math Functions]] ✅
- [[C Random Numbers]] ✅
### Booleans
- [[C Booleans]] ✅
- [[C Booleans RealLife]] ✅
- [[C Boolean Examples]] ✅
### Conditions
- [[C Conditions]] ✅
- [[C Conditions Else]] ✅
- [[C Conditions ElseIf]] ✅
- [[C Conditions Short Hand]] ✅
- [[C Conditions Logical]] ✅
- [[C Conditions Nested]] ✅
- [[C Conditions RealLife]] ✅
- [[C If ... Else]] ✅
- [[C Else]] ✅
- [[C Else If]] ✅
- [[C Short Hand If Else]] ✅
- [[C Logical Operators in Conditions]] ✅
- [[C Nested If]] ✅
- [[C If ... Else Examples]] ✅
### Switch
- [[C Switch]] ✅
### Loops
- [[C While Loop]] ✅
- [[C While Loop RealLife]] ✅
- [[C Do While Loop]] ✅
- [[C While Loop Examples]] ✅
- [[C Do/While Loop]] ✅
- [[C For Loop]] ✅
- [[C For Loop Nested]] ✅
- [[C For Loop RealLife]] ✅
- [[C Break Continue]] ✅
- [[C Nested Loops]] ✅
- [[C For Loop Examples]] ✅
- [[C Break and Continue]] ✅
### Arrays
- [[C Arrays]] ✅
- [[C Arrays Size]] ✅
- [[C Arrays Loop]] ✅
- [[C Arrays Multi]] ✅
- [[C Arrays RealLife]] ✅
- [[C Array Size]] ✅
- [[C Array Loop]] ✅
- [[C Multidimensional Arrays]] ✅
- [[C Arrays - Real-Life Examples]] ✅
### Structs, Enums & Unions
- [[C Structs]] ✅
- [[C Structs Nested]] ✅
- [[C Structs Padding]] ✅
- [[C Structs Pointers]] ✅
- [[C Enums]] ✅
- [[C Structures (structs)]] ✅
- [[C Nested Structures]] ✅
- [[C Struct Alignment and Padding]] ✅
- [[C Structs and Pointers]] ✅
- [[C Enumeration (enum)]] ✅
- [[C Unions]] ✅
- [[C Typedef]] ✅
- [[C typedef]] ✅
### Pointers & Memory
- [[C Memory Address]] ✅
- [[C Memory Access]] ✅
- [[C Access Memory]] ✅
- [[C Pointers]] ✅
- [[C Pointers Arithmetic]] ✅
- [[C Pointers Arrays]] ✅
- [[C Pointer To Pointer]] ✅
- [[C Pointer Arithmetic]] ✅
- [[C Pointers and Arrays]] ✅
- [[C Pointer to Pointer]] ✅
- [[C Memory Management]] ✅
- [[C Memory Allocate]] ✅
- [[C Memory Deallocate]] ✅
- [[C Memory Reallocate]] ✅
- [[C Memory Struct]] ✅
- [[C Memory RealLife]] ✅
- [[C Allocate Memory]] ✅
- [[C Deallocate Memory]] ✅
- [[C Reallocate Memory]] ✅
- [[C Structures and Dynamic Memory]] ✅
- [[C Memory Management Example]] ✅
### Functions
- [[C Functions]] ✅
- [[C Functions Decl]] ✅
- [[C Functions Parameters]] ✅
- [[C Functions Recursion]] ✅
- [[C Functions Pointers]] ✅
- [[C Functions Callback]] ✅
- [[C Functions Inline]] ✅
- [[C Function Declaration and Definition]] ✅
- [[C Function Parameters]] ✅
- [[C Recursion]] ✅
- [[C Function Pointer]] ✅
- [[C Callback Functions]] ✅
- [[C Inline Function]] ✅
### Scope
- [[C Scope]] ✅
- [[C Variable Scope]] ✅
### User Input & Date
- [[C User Input]] ✅
- [[C Date Time]] ✅
- [[C Date and Time]] ✅
### Errors & Debugging
- [[C Errors]] ✅
@@ -160,14 +160,14 @@ Map of Content (MOC) for the W3Schools C Tutorial — the root that links every
### Files
- [[C Files]] ✅
- [[C Files Read]] ✅
- [[C Files Write]] ✅
- [[C Read Files]] ✅
- [[C Write To Files]] ✅
### Type Conversion & Macros
- [[C Type Conversion]] ✅
- [[C Macros]] ✅
- [[C Null]] ✅
- [[C Newline]] ✅
- [[C Preprocessor and Macros]] ✅
- [[C NULL]] ✅
- [[C New Lines]] ✅
## 🛠️ 적용 사례 (Applied in summary)
97 knowledge documents generated in this batch run, spanning Basics through Type Conversion & Macros.
@@ -181,7 +181,7 @@ Map of Content (MOC) for the W3Schools C Tutorial — the root that links every
## 🔗 지식 그래프 (Knowledge Graph)
- **상위/루트:** [[10_Wiki]]
- **관련 개념:** [[C Intro]], [[PHP Tutorial]], [[Java Tutorial]], [[W3.CSS Tutorial]]
- **관련 개념:** [[C Introduction]], [[PHP Tutorial]], [[Java Tutorial]], [[W3.CSS Tutorial]]
- **참조 맥락:** SQL/Python/Java/PHP/W3.CSS에 이어 W3Schools 지식화 시리즈의 다음 카테고리 — 시스템 프로그래밍 언어 계열의 첫 항목.
## 📚 출처 (Sources)