Add link to Open-addresing wiki

PiperOrigin-RevId: 924993633
Change-Id: Ib405ec707e2d2ee87cd79192b6a8a1cc23b811d0
This commit is contained in:
Mark Hansen
2026-06-01 17:11:17 -07:00
committed by Copybara-Service
parent 572c952b70
commit d873f87006

View File

@@ -13,6 +13,7 @@
// limitations under the License.
//
// An open-addressing
// [https://en.wikipedia.org/wiki/Open_addressing]
// hashtable with quadratic probing.
//
// This is a low level hashtable on top of which different interfaces can be