일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- A*
- 패턴
- C++
- AI
- Unity
- 게임
- Factory
- 성능
- ML Agent
- 팩토리
- 길 찾기
- 개발
- LeetCode
- JPS
- 머신러닝
- 디자인
- 강의
- 프로그래밍
- 유니티
- Design
- Algorithm
- 디자인 패턴
- 디자인패턴
- 2번
- 인공지능
- 알고리즘
- 문제풀이
- desgin
- pattern
- GetComponet
Archives
- Today
- Total
목록code (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