Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mpogotsky/datastructuresstl

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

map set stl-containers vector

Last synced: 9 days 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