This commit is contained in:
krahets 2024-12-06 07:19:01 +08:00
parent 62aa8d299d
commit 7ec9c0dd89

View file

@ -56,6 +56,7 @@ comments: true
| front of the queue | 队首 | 佇列首 |
| rear of the queue | 队尾 | 佇列尾 |
| hash table | 哈希表 | 雜湊表 |
| hash set | 哈希集合 | 雜湊集合 |
| bucket | 桶 | 桶 |
| hash function | 哈希函数 | 雜湊函式 |
| hash collision | 哈希冲突 | 雜湊衝突 |