Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
322 stars 473 forks source link

Sets-STL HackerRank #2015

Closed gunjan-g closed 3 years ago

gunjan-g commented 3 years ago

Problem Link: https://www.hackerrank.com/challenges/cpp-sets/problem

Aim: You will be given Q queries. Each query is of one of the following three types:

1 : Add an element x to the set. 2 : Delete an element x from the set. (If the number x is not present in the set, then do nothing). 3 : If the number x is present in the set, then print "Yes"(without quotes) else print "No"(without quotes).

Details: image

Programming Language:

gunjan-g commented 3 years ago

@Amit366 @ravikr126 @Ayush7614 Please assign the issue to me under the label LGM-SOC