Ayush7614 / Ayush7614/Daily-Coding-DS-ALGO-Practice
Disjoint set application problem
Open
LGMSOC21
🟩 Level1
- Dominant language
- C++
- Stars
- 323
- Forks
- 472
- PR merge metrics
- No merged PRs in 30d
Description
# Aim
Consider a situation with a number of persons and following tasks to be performed on them.
Add a new friendship relation, i.e., a person x becomes friend of another person y.
Find whether individual x is a friend of individual y (direct or indirect friend)
### Programming language
- [ ] C
- [ ] C++
- [ ] Java
- [ ] Python
Contributor guide
Assessment
This issue has not been assessed yet.