NOTE:
array.h :secure array,linkedlist.h:common table,
dclinkedlist:dual cycle...
NOTE:
array.h :secure array,linkedlist.h:common
table,
dclinkedlist:dual cycle linkedlist,
hashtable.h:
hash table
binstree.h:binary search tree,
avltree.h: AVL tree,
if you want to store set(elements no repeating) and to lookup it swiftly,best is binstree.h(binary search tree).if you want to s...
Windows Develop
Visual C++