일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 게임
- 머신러닝
- Algorithm
- LeetCode
- 디자인 패턴
- A*
- ML Agent
- 패턴
- 디자인패턴
- C++
- 프로그래밍
- Design
- Factory
- Unity
- 알고리즘
- 팩토리
- pattern
- 인공지능
- 강의
- GetComponet
- 유니티
- AI
- 개발
- 디자인
- JPS
- 길 찾기
- desgin
- 문제풀이
- 성능
- 2번
Archives
- Today
- Total
목록Longest Palindromic Substring (1)
Game Development
LeetCode 5번 Longest Palindromic Substring
문제 링크 Longest Palindromic Substring - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 Example 1: Input: s = "babad" Output: "bab" Note: "aba" is also a valid answer. Example 2: Input: s = "cbbd" Output: "bb" Example 3: Input: s = "a" Output: "a" Example 4: Input: s = "ac" Output..
Algorithms/Leet Code
2021. 7. 25. 22:28