Computer Science
Create a flowchart, and show the processing that will take place for the implementation of a hash structure.
Include the hash function separately.
Write the code that will create a hash algorithm and a routine to store data in a structure using the hash algorithm.
Collisions should be resolved with a linked list.