Skip to content

Commit cadd22b

Browse files
committed
docs: 누락된 진입점 파일 추가
1 parent e7e4d0b commit cadd22b

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

contents/posts/CS/DataStructure/idempotency-hash-table.md

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

contents/posts/CS/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ComputerScience
2+
3+
컴퓨터 과학 전공지식 관련 포스트들입니다.
4+
5+
<PostCardList category="CS" />

contents/posts/Etc/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# ETC
2+
3+
개발 이외에 관심있는 주제들을 다룹니다.
4+
5+
<PostCardList category="Etc" />

0 commit comments

Comments
 (0)