2021
DOI: 10.14569/ijacsa.2021.0120984
|View full text |Cite
|
Sign up to set email alerts
|

Collision Resolution Techniques in Hash Table: A Review

Abstract: One of the major challenges of hashing is achieving constant access time O(1) with an efficient memory space at a high load factor environment when various keys generate the same hash value or address. This problem causes a collision in the hash table, to resolve the collision and achieve constant access time O(1) researchers have proposed several methods of handling collision most of which introduce a non-constant access time complexity at a worst-case scenario. In this study, the worst case of several propos… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
2
1
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(1 citation statement)
references
References 13 publications
0
1
0
Order By: Relevance
“…However, SipHash suffers from internal collisions. Therefore, we studied two famous collision resolution techniques, separate chaining and open addressing, which are compared in Table 1 [18]. We chose open addressing over separate chaining due to its cache performance and operation complexity.…”
Section: Echt Design Overviewmentioning
confidence: 99%
“…However, SipHash suffers from internal collisions. Therefore, we studied two famous collision resolution techniques, separate chaining and open addressing, which are compared in Table 1 [18]. We chose open addressing over separate chaining due to its cache performance and operation complexity.…”
Section: Echt Design Overviewmentioning
confidence: 99%