An open API service indexing awesome lists of open source software.

https://github.com/mpogotsky/datastructuresstl

Simple project based on C++ STL.
https://github.com/mpogotsky/datastructuresstl

map set stl-containers vector

Last synced: about 1 month ago
JSON representation

Simple project based on C++ STL.

Awesome Lists containing this project

README

        

# DataStructuresSTL
Simple project based on C++ STL.
The program passes data from a file to a vector. Set removes duplicates and sort data with sortByTemperature method.
Allow you to search for specific information with the help of map.

# Libraries used:
* C++ STL
* vector
* set
* map