Update README.md

This commit is contained in:
邹晓航
2014-09-18 10:42:18 +08:00
parent 568cc5fcb8
commit 35ed7feaf1

View File

@@ -6,6 +6,27 @@ TinySTL
编译环境VS2013及以上版本
##开发计划:
* STL的几大基本组件如vector、list、deque、set、map、unordered_\*等
* STL算法库中的大部分算法
* circular buffer
* bitmap
* skip list
* binary search tree
* AVL tree
* splay tree
* rope
* Van Emde Boas tree
* treap
* B-tree
* trie
* suffix array/tree
* Disjoint-set data structure
* k-d tree
* R-tree
* Graph
##完成进度:
* type traits100%
* 空间配置器100%
* STL的几大基本组件
* type traits100%
* 空间配置器100%