Home > database >  Visualization is too hard
Visualization is too hard

Time:09-28

Find the demo
Through a visual environment design a lookup system, choose a variety of search method, the input data can be done after find and output,
(1) design a menu will be implementation of display function, and has the option to show;
(2) the implementation order respectively, dichotomy, binary search, hash table lookup (hash table can select any method implementation);
(3) the binary sort tree must implement building, search, insert, delete the four basic operations,
  • Related