/D-A

Data structure & Algorithm

Primary LanguageCGNU General Public License v3.0GPL-3.0

D-A

Data structure and Algorithm

  • list #

  • stack #

  • queue #

  • binomial heap #

  • avl tree (non-recursive) #

  • red black tree (non-recursive) #

  • splay tree (non-recursive) #

  • hash #

  • graph #

  • sorting #

操作函数形式为fun(DataStructure h, ElementType data), 而不是fun(DataStructure h, DataStructureNode node)。 这两者在实现和内存管理上是有很大的区别。