MCPcopy Create free account
hub / github.com/subbarayudu-j/TheAlgorithms-Python / QuadraticProbing

Class QuadraticProbing

data_structures/hashing/__init__.py:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from .hash_table import HashTable
2
3class QuadraticProbing(HashTable):
4
5 def __init__(self):
6 super(self.__class__, self).__init__()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected