Wanna talk about... std::set? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Wanna talk about... std::set?

Recently I find lack of lessons about STL in the c++. Container std::set is an associative container and header that need to be include for it is, #include <set>; std::set is an associative container that contains a sorted set of unique objects of type Key.ย  Basic example: https://code.sololearn.com/cott0N65Ga0c/#cpp So let's share our tries with member functions in the comments, discuss issues and suggest solutions. As for me most relevante reference is: http://www.cplusplus.com/reference/set/set

30th Mar 2018, 12:49 PM
Dmytro Kovryzhenko
Dmytro  Kovryzhenko - avatar
2 Answers
30th Mar 2018, 1:16 PM
๐ŸŒ›DT๐ŸŒœ
๐ŸŒ›DT๐ŸŒœ - avatar
+ 4
@DT Yes, it's usefull site too.
30th Mar 2018, 1:47 PM
Dmytro Kovryzhenko
Dmytro  Kovryzhenko - avatar