feat: complete wikification of War Commander batch 1&2 and final grey dot cleanup
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
---
|
||||
id: CS-DS-001
|
||||
category: "[[10_Wiki/💡 Topics/AI]]"
|
||||
category: "10_Wiki/💡 Topics/AI"
|
||||
confidence_score: 1.0
|
||||
tags: [computer-science, data-structures, linked-list, trees, algorithm-foundations]
|
||||
last_reinforced: 2026-04-26
|
||||
---
|
||||
|
||||
# [[Linked Lists and Trees (연결 리스트와 트리)]]
|
||||
# Linked Lists and Trees (연결 리스트와 트리)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "메모리의 조각들을 포인터로 엮어 유연한 흐름(List)을 만들고, 데이터의 숲(Tree)을 구축하여 탐색의 미학을 완성하라" — 데이터 요소를 물리적 순서가 아닌 논리적 연결로 관리하는 연결 리스트와, 부모-자식 관계를 통해 계층적 정보를 저장하는 트리 자료구조.
|
||||
@@ -24,5 +24,5 @@ last_reinforced: 2026-04-26
|
||||
- **정책 변화:** Antigravity 프로젝트는 지식 문서의 카테고리 계층 구조를 트리 형태로 관리하며, 에이전트의 추론 단계(Reasoning Chain)를 연결 리스트로 시각화하여 사용자가 사고의 흐름을 추적할 수 있게 함.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- [[Search-Algorithms]], [[Knowledge-Graph-Foundations]], [[Indexing-Strategies]], [[Decision-Trees-and-Random-Forests]]
|
||||
- **Raw Source:** [[10_Wiki/Topics/AI/Linked-Lists-and-Trees.md]]
|
||||
- Search-Algorithms, [[Knowledge-Graph-Foundations]], [[Indexing-Strategies]], Decision-Trees-and-Random-Forests
|
||||
- **Raw Source:** 10_Wiki/Topics/AI/Linked-Lists-and-Trees.md
|
||||
|
||||
Reference in New Issue
Block a user