Skip to content

praabindhp/Open_Address_Collision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Open_Address_Collision

C Program For Open Address Collision

C is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.

This Is A C-Program To Illustrate Open Addressing Collision

Open addressing also called closed hashing is a method of resolving collisions by probing , or searching through alternate locations in the array until either the target record is found, or an unused array slot is found, which indicates that there is no such key in the table.

The Operations/Error Illustrated :

1. Collision Handling By Linearprobing

2. Do You Wish To Continue

    2.1. Yes - 1

    2.2. No - 0

The User Will Be Prompted To :

1. Enter The Number

2. The Hash Table Is .....

    Format : Location/Position ..... Numbers Entered

The GCC File Also Have Been Pushed.

Releases

No releases published

Packages

No packages published

Languages