文件名称:sweets:在学习新东西时只写了一堆有用的代码片段
文件大小:57KB
文件格式:ZIP
更新时间:2024-04-07 18:24:35
learning snippets cpp cpp11 C++
sweets:在学习新东西时只写了一堆有用的代码片段
【文件预览】:
sweets-master
----design_patterns()
--------creational_builder()
--------behavioral_strategy()
--------creational_singleton()
--------structural_proxy()
--------creational_factory()
--------structural_decorator()
--------creational_prototype()
--------structural_bridge()
--------structural_facade()
--------structural_adapter()
--------behavioral_listener()
--------behavioral_mediator()
--------README.md(1KB)
--------behavioral_memento()
--------appendix_interface()
--------behavioral_visitor()
--------behavioral_state()
--------behavioral_templatemethod()
--------structural_flyweight()
--------structural_composite()
--------behavioral_chain()
--------behavioral_command()
----hpc_apis()
--------openmp()
----LICENSE.txt(1KB)
----types()
--------columnar_table()
--------type_list()
--------view()
--------is_subset()
--------callable_traits()
--------sequence()
--------link()
--------helpers()
--------README.md(249B)
--------enumerate()
----data_structures()
--------heap()
----algorithms_serial()
--------sort_insertion()
--------sort_merge()
--------sort_quick()
--------find_binary()