반응형
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
- 가위바위보 풀이
- 주니어개발자
- 슈츠 자막
- 2-layered architecture
- Programmers 배열의 유사도
- 춥고더운우리집
- 프로그래머스 배열 회전시키기
- 리트허브 커밋
- 리트허브 사용법
- leftJoin
- 춥고 더운 우리 집
- 특정문자 제거하기
- 개발자 취준
- 공선옥
- BigO notation
- 프레젠테이션 레이어
- collection python
- 비지니스 레이어
- 프로그래머스 배열의 유사도 파이썬
- 프로그래머스
- programmers 배열 회전
- 프로그래머스 특정 문자 제거하기
- 배열의 유사도 파이썬
- 프로그래머스 가위바위보
- 프로그래머스 가위바위보 풀이
- 스프링 시스템 구조
- 파이썬 컬렉션
- 알고리즘
- 리트허브 오류
- 파이썬 특정 문자 제거하기
Archives
- Today
- Total
목록LeetCode (1)
기억보다 기록을
[leetcode] Valid Palindrome (python)
Q. 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. 리턴타입 boolean 2. 회문을 돌면서 모두 체크할 것인지, 정규 표현식을 쓸 것인지 고민할 필요가 있습니다. 만약 회문을 돈다면 .isalnum()(영문자..
Algorithm/Leet code
2023. 2. 21. 16:51