Skip to content

Separate Chaining is a collision resolution technique used in hash tables. In separate chaining, when multiple keys map to the same index, they are stored in a linked list or separate data structure at that index, rather than being placed in the same slot.

Notifications You must be signed in to change notification settings

darian-catalin-cucer/separate-chaining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

separate-chaining

Separate Chaining is a collision resolution technique used in hash tables. In separate chaining, when multiple keys map to the same index, they are stored in a linked list or separate data structure at that index, rather than being placed in the same slot.

About

Separate Chaining is a collision resolution technique used in hash tables. In separate chaining, when multiple keys map to the same index, they are stored in a linked list or separate data structure at that index, rather than being placed in the same slot.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages