hash_seaarch

This commit is contained in:
苏淞丰 2019-12-04 00:07:31 +08:00
parent 27c1e3958a
commit bbea5ad5aa

View File

@ -2,7 +2,7 @@
#include <stdlib.h> #include <stdlib.h>
#include<stdio.h> #include<stdio.h>
#define MAX 6 // Determines how much data #define MAX 6 // Determines how much data
# define HASHMAX 5 // Determines the length of the hash table # define HASHMAX 5 // Determines the length of the hash table
/** /**
* Hash Search Algorithm * Hash Search Algorithm
* Best Time Complexity (1) * Best Time Complexity (1)