removeif / blog_comment

personal blog comment.
https://removeif.github.io/
1 stars 2 forks source link

hash冲突开放地址法rehash - 辣椒の酱 #154

Open removeif opened 4 years ago

removeif commented 4 years ago

https://removeif.github.io/java/basic/hash%E5%86%B2%E7%AA%81%E5%BC%80%E6%94%BE%E5%9C%B0%E5%9D%80%E6%B3%95rehash.html

Hash碰撞Hash函数就是将任意长度的输入转化成固定长度的输出的一类函数。 比如说我的输入是任意一个自然数(0,1,2,3…),而我要求经过一个函数后我的输出的数的范围要在0-9这样一个范围之间。