반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 동적계획법
- typescript
- Level1
- Level2
- OS
- dp
- 배열
- 프로그래머스
- python
- sql
- 고득점Kit
- react
- 리트코드
- C++
- Medium
- 리액트
- 코테연습
- Doitvue.js입문
- javascript
- LeetCode
- VUE
- 파이썬
- web
- 자바스크립트
- CS
- 프로그래밍
- Level3
- 웹프로그래밍
- 백준
- 카카오
Archives
- Today
- Total
반응형
목록팰린드롭 (1)
[리트코드] 125. Valid Palindrome - python
125. Valid Palindrome 문제 A phrase is a palindrome if, after converting all uppercase letters into lowercase letters and removing all non-alphanumeric characters, it reads the same forward and backward. Alphanumeric characters include letters and numbers. Given a string s, return true if it is a palindrome, or false otherwise. 제한사항 1 bool: beg, end = 0, len(s) - 1 while beg
코테 문제 풀이
2022. 4. 13. 16:20
반응형