Skip to content

Commit cea623b

Browse files
authored
typo: Update Hash Table 구현하기.md
어색한 문장을 고쳤습니다.
1 parent b478de0 commit cea623b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Algorithm/Hash Table 구현하기.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ static final int HASH_VAL = 17; // 소수로 할 것
8484

8585
HASH_VAL 값은 우리가 input 값을 받았을 때 해당하는 key 값을 얻을 때 활용한다.
8686

87-
최대한 input 값들마다 key 값이 겹치지 않기 위해 하기 위해서는 소수로 선언해야한다. (그래서 보통 17, 19, 23으로 선언하는 것 같다.)
87+
최대한 input 값들마다 key 값이 겹치지 않기 위해서는 소수로 선언해야한다. (그래서 보통 17, 19, 23으로 선언하는 것 같다.)
8888

8989
<br>
9090

0 commit comments

Comments
 (0)