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
나의 프로필과 특정 A 프로필이 알고있는 팔로우 관계를 조회합니다.
일방적인 팔로워인 경우와 팔로잉인 경우가 존재합니다. A, B, C라는 프로필이 있다고 해볼게요.
A -> B를 팔로우 합니다. B -> C를 팔로우 합니다.
이때 A가 C 프로필을 조회한다면 몇명을 알아야 할까요? github와 유사한 정책을 세워서 구현하겠습니다.
A는 B를 팔로우 하기 때문에 B가 팔로우 하는 C의 프로필을 조회했을때 결국 함께 아는 프로필이 1명(B)를 얻을 수 있도록
The text was updated successfully, but these errors were encountered:
jojaeng2
No branches or pull requests
목적
나의 프로필과 특정 A 프로필이 알고있는 팔로우 관계를 조회합니다.
세부 구현 내용
특이사항
일방적인 팔로워인 경우와 팔로잉인 경우가 존재합니다.
A, B, C라는 프로필이 있다고 해볼게요.
A -> B를 팔로우 합니다.
B -> C를 팔로우 합니다.
이때 A가 C 프로필을 조회한다면 몇명을 알아야 할까요?
github와 유사한 정책을 세워서 구현하겠습니다.
A는 B를 팔로우 하기 때문에 B가 팔로우 하는 C의 프로필을 조회했을때 결국 함께 아는 프로필이 1명(B)를 얻을 수 있도록
The text was updated successfully, but these errors were encountered: