For further actions, you may consider blocking this person and/or reporting abuse
Read next
Python beats Javascript, Next.js Leap & the AI Coding Wars
TheDev -
Top 5 Game-Changing JavaScript Features in ECMAScript 2024: Boost Your Code Like Never Before!
vamstroy -
My minimal VS Code setup for Vue, Typescript, Tailwind CSS, etc
Gleb Kotovsky -
The Software Engineering Manager Role
Eduardo Klein -
Top comments (3)
Use a Set data structure ideally using Redis for checking membership, for example each user has a set of user ids as friends and a set of user ids as enemies. Now all the operations would involve using union find or intersection operations.
Great idea !! awesome , thanks a lot man ! ..
I got it .
is there a way to do so with emails, in order to block a received mail?