mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
hash_seaarch
This commit is contained in:
parent
27c1e3958a
commit
bbea5ad5aa
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user