数据结构与算法---1

  1. 表ADT
    • vector
    • double linked list
  2. Stack ADT(LIFO, last in first out)
  3. Queue ADT(FIFO, first in first out)
  4. Binary search tree,
    • set
    • map
  5. AVL tree
    • single rotation
    • double rotation
posted @ 2014-03-24 21:18  Amos_Xia  阅读(135)  评论(0编辑  收藏  举报