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

15.00 $

Programming resource
Digital learning resource
Category:
Practical programming resource
Suitable for guided study and reference
Tutor guidance available when needed

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
Resource details

Understand the Task Before You Use the Resource

Review the requirements, identify the programming concepts involved, study the implementation and test your understanding with your own examples and modifications.