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

유효한 팰린드롬 #4

Open
kyungkoo opened this issue May 6, 2021 · 0 comments
Open

유효한 팰린드롬 #4

kyungkoo opened this issue May 6, 2021 · 0 comments

Comments

@kyungkoo
Copy link
Owner

kyungkoo commented May 6, 2021

LeetCode

팰린드롬

앞뒤가 똑같은 단어나 문장으로 뒤집어도 같은 말이 되는 단어 또는 문장을 팰린드롬(palindrome) 이라 한다.

풀이 방식

  1. 리스트로 변환
  2. 데크 자료형을 이용한 최적화
  3. 슬라이싱 사용

기타

  • c 언어로 구현하여 벤치마킹
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants