double-hash

There are 2 repositories under double-hash topic.

  • PolleAnker/Hashing-Algorithms

    Implementation of Hashing with collision handling, utilizing Chaining, Linear Probing, Quadratic Probing and Double Hashing.

    Language:Python0101
  • andrewalkermo/double-hashing

    Trabalho que implementa um arquivo estruturado como uma tabela hash, utilizando-se o método de resolução de colisão Hashing Duplo (Double Hashing).

    Language:C20