chore: 문서를 작성할 때 한국어의 표현 작성 스킬 추가 및 1인칭 관점의 글 작성 검증 테스트 추가

This commit is contained in:
DongHyeonka
2026-07-29 16:48:03 +09:00
parent c39406bbdd
commit 41501b5d06
520 changed files with 95494 additions and 2231 deletions
@@ -0,0 +1,5 @@
strategy,returned_rows,parents_covered,max_per_parent
window,60,20,3
lateral,60,20,3
twostep_full,1509,20,unbounded
naive_wrong_limit3,3,1,3
1 strategy returned_rows parents_covered max_per_parent
2 window 60 20 3
3 lateral 60 20 3
4 twostep_full 1509 20 unbounded
5 naive_wrong_limit3 3 1 3