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
- 쉬움
- Array
- 중간
- list
- tree
- 미디움
- linked list
- string
- math
- recursive
- Binary
- binary search
- binary tree
- hash table
- 문자열
- 리트코드
- Depth-first Search
- easy
- dfs
- leetcode
- 이진트리
- HashTable
- 재귀
- two pointers
- matrix
- DP
- sorting
- backtracking
- Python
- Medium
Archives
- Today
- Total
목록2024/03/25 (1)
부부의 코딩 성장 일기

1. 문제 링크 https://leetcode.com/problems/valid-perfect-square/description/ Valid Perfect Square - LeetCode Can you solve this real interview question? Valid Perfect Square - Given a positive integer num, return true if num is a perfect square or false otherwise. A perfect square is an integer that is the square of an integer. In other words, it is the product o leetcode.com 2. 문제 설명 양의 정수 num이 주어졌..
Algorithm/LeetCode
2024. 3. 25. 19:00