wuyong66 / STL

本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常用的find、sort、copy、replace、count、accumulate......等泛型算法的使用范例。为面试笔试编程题提供便利

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STL

本例程提供了C++的STL常用数据结构及其算法的使用范例,为面试笔试编程题提供便利

About

本例程提供了C++的STL常用数据结构及其算法的使用范例,比如vector、string、list、forward_list、deque、queue、stack、map、set、multimap、multiset、tuple、bitset的使用范例,以及algorithm常用的find、sort、copy、replace、count、accumulate......等泛型算法的使用范例。为面试笔试编程题提供便利


Languages

Language:C++ 97.7%Language:C 2.3%