This commit is contained in:
邹晓航
2014-10-08 20:20:03 +08:00

View File

@@ -14,6 +14,7 @@ TinySTL
* skip list * skip list
* binary search tree * binary search tree
* AVL tree * AVL tree
* 线段树
* splay tree * splay tree
* rope * rope
* Van Emde Boas tree * Van Emde Boas tree
@@ -36,7 +37,8 @@ TinySTL
* STL Algorithms: * STL Algorithms:
* fill100% * fill100%
* fill_n100% * fill_n100%
* circular_buffer100% * circular_buffer90%
* bitmap30%
#TinySTL测试: #TinySTL测试:
###测试环境Windows 7 && VS2013 && release模式 ###测试环境Windows 7 && VS2013 && release模式