[SOLVED] C# project to implement the operation of a hash table

15.00 $

Category:

Description

5/5 - (2 votes)
  1. Students will create a complete C# project to implement the operation of a hash table by addressing the following:
    • Create a flowchart to show the processing that will take place to implement the operation of a hash structure.
    • Create a detailed and separate flowchart for the operation of the hash function (hash key generator).
  2. Write a complete C# program (complete project code) that will create and use a hash table algorithm to store “String” data type in the hash structure.
    • You must use a linked List to resolve potential collisions.
  3. Submit the complete Visual Studio (C#) project folder in zipped format that includes a Word document containing the required flowcharts in step 1