Ecosyste.ms: Awesome
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: 9 days ago
JSON representation
Simple project based on C++ STL.
- Host: GitHub
- URL: https://github.com/mpogotsky/datastructuresstl
- Owner: MPogotsky
- Created: 2020-11-17T23:47:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-18T00:33:06.000Z (about 4 years ago)
- Last Synced: 2024-11-06T04:34:52.805Z (about 2 months ago)
- Topics: map, set, stl-containers, vector
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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