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 |
Tags
- leetcode 69
- CSS
- 프로그래머스
- 백엔드
- jpa
- LCS
- HTML
- gold2
- gold5
- Thymeleaf
- spring
- glod4
- java
- Kakao
- AWS
- mysql
- 개념
- 9252
- leetcode
- PYTHON
- error
- Gold4
- siver3
- 백준
- LEVEL1
- 오류
- LEVEL2
- 배포
- glod5
- 구현
Archives
- Today
- Total
목록844 (1)
이 험난한 세상에서어어~
leetcode 844, Backspace String Compare
문제 설명 문자열이 주어지는데, 이때 '#'부분은 backspace이다. 이때 두 문자열이 같으면 true, 다르면 false를 반환하는 문제다. https://leetcode.com/problems/backspace-string-compare/description/ Backspace String Compare - LeetCode Can you solve this real interview question? Backspace String Compare - Given two strings s and t, return true if they are equal when both are typed into empty text editors. '#' means a backspace character. Note t..
algorithm/코딩 테스트
2023. 10. 20. 08:11