文件名称:cpp-MyTinySTL用C11实现的小型STL容器库算法库
文件大小:130KB
文件格式:ZIP
更新时间:2022-09-05 00:19:34
C/C 开发-其它杂项
MyTinySTL - 用 C 11 实现的小型 STL(容器库+算法库)。代码结构清晰规范、包含中文文档与注释,并且自带一个简单的测试框架,适合新手学习与参考
【文件预览】:
Alinshans-MyTinySTL-037529e
----MyTinySTL()
--------functional.h(7KB)
--------list.h(27KB)
--------alloc.h(7KB)
--------basic_string.h(56KB)
--------type_traits.h(906B)
--------algo.h(79KB)
--------algobase.h(16KB)
--------set.h(14KB)
--------deque.h(34KB)
--------iterator.h(10KB)
--------unordered_set.h(17KB)
--------hashtable.h(44KB)
--------unordered_map.h(18KB)
--------algorithm.h(378B)
--------numeric.h(4KB)
--------vector.h(23KB)
--------heap_algo.h(7KB)
--------memory.h(5KB)
--------set_algo.h(7KB)
--------util.h(8KB)
--------exceptdef.h(496B)
--------allocator.h(2KB)
--------queue.h(9KB)
--------stack.h(4KB)
--------map.h(17KB)
--------construct.h(2KB)
--------uninitialized.h(8KB)
--------rb_tree.h(47KB)
--------astring.h(394B)
----.gitattributes(2KB)
----License.txt(1KB)
----Test()
--------algorithm_test.h(37KB)
--------test.cpp(1KB)
--------list_test.h(4KB)
--------queue_test.h(6KB)
--------string_test.h(7KB)
--------test.h(31KB)
--------stack_test.h(3KB)
--------map_test.h(7KB)
--------CMakeLists.txt(163B)
--------vector_test.h(3KB)
--------README.md(4KB)
--------set_test.h(5KB)
--------algorithm_performance_test.h(4KB)
--------Lib()
--------unordered_map_test.h(8KB)
--------unordered_set_test.h(7KB)
--------deque_test.h(3KB)
----CMakeLists.txt(1KB)
----.travis.yml(1KB)
----README.md(4KB)
----MSVC()
--------MyTinySTL_VS2015.vcxproj(9KB)
--------MyTinySTL_VS2015.sln(1KB)
--------MyTinySTL_VS2015.vcxproj.filters(5KB)
----appveyor.yml(276B)
----.gitignore(4KB)