-
Notifications
You must be signed in to change notification settings - Fork 116
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
[자동차 경주] 강예인 미션 제출합니다. #96
Open
kangyein9892
wants to merge
15
commits into
woowacourse-precourse:main
Choose a base branch
from
kangyein9892:kangyein9892
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[자동차 경주] 강예인 미션 제출합니다. #96
kangyein9892
wants to merge
15
commits into
woowacourse-precourse:main
from
kangyein9892:kangyein9892
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
자동차 이름의 길이와 자동차 이름의 공백도 검사한다.
자동차를 움직일 수 있는지 함수로 확인해서 가능할때만 전진한다. 우승자를 찾을 때는 자동차들의 전진한 횟수 중 가장 큰 값을 찾는다.
자동차 이름, 시도 횟수를 입력 받는 기능 racingCar 과정을 출력하는 기능 우승자를 출력하는 기능 interface와 구현체로 구현
자동차들의 중복과 시도횟수를 검사 검사 후 자동차 경주를 시도횟수만큼 진행 우승자를 구하고 우승자를 출력
view를 통해 입력 받기 presenter를 통해 레이싱 프로그램을 진행
preseneter에 검증을 넘기도록 수정
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
우아한 테크코스
프리코스 2주차 미션- 자동차 경주
작업 내용 정리
구현할 기능 목록