For further actions, you may consider blocking this person and/or reporting abuse
Read next
Angular Deep Dive: Exploring Templates, View Handling, and Directives
Renuka Patil -
What is SignalR? A Real-Time Communication Framework for .NET
Daniel Azevedo -
Transform Your Cloud Migration Strategy: Transition Microsoft workloads to Linux on AWS with AI Solutions
Julie Ryan -
A routing system in JavaScript for Single Page Application
Dhruvang Gajjar -
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?