-
-
Notifications
You must be signed in to change notification settings - Fork 195
[john9803] WEEK 02 solutions #1234
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
Conversation
BigInteger Reculsive 풀이, pibonacci 풀이
if(String.valueOf(charS).equals(String.valueOf(charT))){return true;} | ||
else{return false;} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Arrays.equals(charS, charT)
라는 내장 함수 사용하실수도 있어요 :)
return은 boolean 으로 반환됩니다~!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
해당 문제의 경우 O(n) 으로 풀이하는 방법도 있습니다!
힌트는 Map 사용이에요ㅎㅎ 자세한 설명이 필요하실 경우 리트코드 - 채팅
에 부담없이 절 태그해주세요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵 한번 고민해보고 도움 필요시 요청드리겠습니다!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2주차 문제 풀이 고생하셨습니다!
문제 풀이 접근하시고 많은 고민 하신 흔적이 너무 보기좋습니다.
모든 문제를 다 푸는것도 좋지만 15주간 끝까지 최소 한문제라도 충분히 고민하시면서 푸시는 모습 기대하겠습니다 ㅎㅎ
3주차 문제 풀이도 파이팅입니다!
답안 제출 문제
작성자 체크 리스트
In Review
로 설정해주세요.검토자 체크 리스트
Important
본인 답안 제출 뿐만 아니라 다른 분 PR 하나 이상을 반드시 검토를 해주셔야 합니다!