Skip to content

Commit cf38048

Browse files
committed
docs: cs 지식 카테고리 변경
1 parent cadd22b commit cf38048

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/posts.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"frontmatter": {
113113
"title": "같은 입력은 같은 결과 - 장바구니와 해시 함수로 배우는 멱등성 (해시 테이블)",
114114
"createdAt": "2025-10-26T00:00:00.000Z",
115-
"category": "DataStructure",
115+
"category": "CS",
116116
"description": "해시테이블의 핵심은 같은 키에 같은 값이 매핑된다는 단순한 원리입니다. 프론트엔드에서 장바구니 기능을 구현할 때 멱등성(idempotency) 원칙을 사용해 해결하는 방법을 알아봅니다. 규모가 작다면 단순 순회 비교로 충분하지만, 확장성/재사용이 필요하면 정규화된 해시 함수를 도입하는 방법도 살펴봅니다."
117117
}
118118
},

0 commit comments

Comments
 (0)