cout << "5 is present or not: " << s.count(5) << endl; cout << "-5 is present or not: " << s.count(-5) << endl; ...
Binary search (polygonal_pie.cpp) Graph theory (secret_santa.cpp) Dynamic programming (free_lunch.cpp, memory.cpp) Geometric algorithms (conference_room.cpp) Greedy approaches (maximizeSum.cpp, ...