SSU:Tructure
Sorting
Tree
Hash Table
Stack&Queue
Hashtable Tutorial
Previous
Next
Linear Probing
Quadratic Probing
Chaining
h(key) = (key + a * i) mod 5
a
h(key, i) = (h(key) + b * i + a * i
2
) mod 5
a
b
Set Hash Table Size
Set
Set Hash Function
Set
함수 작성법 보기
i => { statements }
i => expression
Data
Add
Data
Remove
Data
Search
Clear
해시테이블 설명 보기
Error Occurred