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
- 리트코드
- easy
- 문자열
- 재귀
- Python
- matrix
- Medium
- 쉬움
- binary search
- 중간
- list
- DP
- tree
- linked list
- binary tree
- 미디움
- two pointers
- Binary
- sorting
- backtracking
- Array
- Depth-first Search
- hash table
- string
- math
- leetcode
- HashTable
- 이진트리
- dfs
- recursive
Archives
- Today
- Total
목록sudoku (1)
부부의 코딩 성장 일기
LeetCode 36(Valid Sudoku, Python)
1. 문제 링크 https://leetcode.com/problems/valid-sudoku/ Valid Sudoku - LeetCode Can you solve this real interview question? Valid Sudoku - Determine if a 9 x 9 Sudoku board is valid. Only the filled cells need to be validated according to the following rules: 1. Each row must contain the digits 1-9 without repetition. 2. Each c leetcode.com 2. 문제 설명 스도쿠 문제가 주어졌을 때 valid 한 지 따져서 True, False 반환 valid..
Algorithm/LeetCode
2023. 12. 28. 19:00