Home > other >  Search algorithm
Search algorithm

Time:10-12

Problem description:
Design a sequential search, binary search (binary search), binary sort tree, hash lookup algorithm procedures, and with the human-computer interaction interface,
Basic requirements:
(1) design a menu will implement the display name lookup algorithm, and prompt the user to select search algorithm;
(2), sequential search is implemented, binary search (binary search), binary sort tree, hash lookup.
(3) the hash function used in addition to the remainder of hair, conflict resolution methods you choose a;
(4) the binary sort tree must implement building, search, insert, delete the four basic operations;
(5) the output of various sorting results and comparison,
  • Related