Skip to content
New issue

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

1주차 미션 / 서버 3조 - 임수빈 #12

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

limsubinn
Copy link

/// 가정&조건 ///

  1. Ladder → 높이(row) > 0, 참여자(numberOfPerson) > 0
  2. 직관적으로 구현하기 위해 [row+1][numberOfPerson+1] 크기의 배열을 생성했습니다.
  3. drawLine → x행의 y와 y+1 사이에 다리를 생성했습니다.
    따라서 0 < x ≤ row, 0 < y < numberOfPerson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant