568cc5fcb82e5d6149fd3d7583f8b2ec86abe666
TinySTL
采用C++11实现一款简易的STL标准库
目的:练习数据结构与算法和C++ Template编程
编译环境:VS2013及以上版本
##完成进度:
- type traits:100%
- 空间配置器:100%
Description
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
Languages
C++
100%