We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This problem is available here
Consider a situation with a number of persons and following tasks to be performed on them.
E.g. We are given 10 individuals: a, b, c, d, e, f, g, h, i, j
Following are relationships to be added a <-> b b <-> d c <-> f c <-> i j <-> e g <-> j
And given queries like whether a is a friend of d or not.
The text was updated successfully, but these errors were encountered:
hamidgasmi
No branches or pull requests
This problem is available here
Consider a situation with a number of persons and following tasks to be performed on them.
E.g.
We are given 10 individuals: a, b, c, d, e, f, g, h, i, j
Following are relationships to be added
a <-> b
b <-> d
c <-> f
c <-> i
j <-> e
g <-> j
And given queries like whether a is a friend of d or not.
The text was updated successfully, but these errors were encountered: