[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
+3 -3
View File
@@ -1,8 +1,8 @@
---
id: P-REINFORCE-AUTO-BRFO-001
id: [[P-Reinforce]]-AUTO-BRFO-001
category: "10_Wiki/💡 Topics/AI"
confidence_score: 0.98
tags: [auto-reinforced, brute-force, algorithms, exhaustive-search, computation, optimization]
tags: [auto-reinforced, brute-force, algorithms, exhaustive-[[Search]], computation, [[Optimization]]]
last_reinforced: 2026-04-20
---
@@ -17,7 +17,7 @@ last_reinforced: 2026-04-20
1. **특징**:
* **Simplicity**: 구현이 매우 쉽고 논리적 오류가 적음.
* **Guarantee**: 정답이 존재한다면 100% 찾아냄.
* **Efficiency**: 데이터의 양(N)이 커질수록 탐색 시간이 기하급수적으로 늘어남 (Time Complexity 이슈).
* **[[Efficiency]]**: 데이터의 양(N)이 커질수록 탐색 시간이 기하급수적으로 늘어남 (Time Complexity 이슈).
2. **주요 용도**:
* 비밀번호 무차별 대입 공격(Brute-force attack) 방어 테스트.
* 데이터 크기가 작아 고난도 알고리즘을 짤 필요가 없는 경우.