-
Notifications
You must be signed in to change notification settings - Fork 5
[서폿] 2021年10月03日 #373
[서폿] 2021年10月03日 #373
Conversation
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.
이런 방법이 있네요! 배워갑니다!
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.
자기 자신에 대한 건 미리 해주셨네용! 저는 if문으로 검사해줬는데 이렇게 해도 괜찮을 것 같네용!
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.
오.. 일치하지 않으면 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.
역시..! 고생하셨습니다!
📌 푼 문제들
📝 간단한 풀이 과정
20. Valid Parentheses
(), [], {}맞추어서 스택을 사용했습니다128. Longest Consecutive Sequence
55. Jump Game
377. Combination Sum IV