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
- leetcode
- 분할정복
- 리트코드 자바
- BFS
- 리트코드 1557
- java 프로그래머스
- 자바
- 코딩테스트
- leetcode 1721
- 카카오
- DP
- 백준 16935
- Java
- 스프링 에러
- 자바 리트코드
- 자바 5464
- 구현
- daily challenge
- 그래프 자바
- java leetcode
- dfs
- 인텔리제이 에러
- 리트코드
- 백준
- 프로그래머스 java
- 파이썬
- 스택
- 백준 18222
- 코테
- 프로그래머스
Archives
- Today
- Total
목록leetcode 37 (1)
레벨업 일지
[Java] leetcode 37. Sudoku Solver
문제 LeetCode - The World's Leading Online Programming Learning Platform Sudoku Solver - LeetCode Sudoku Solver - Write a program to solve a Sudoku puzzle by filling the empty cells. A sudoku solution must satisfy all of the following rules: 1. Each of the digits 1-9 must occur exactly once in each row. 2. Each of the digits 1-9 must occur exactly once leetcode.com 알아야 할 개념 brute force 구현 재귀 함수 풀이..
알고리즘/leetcode
2023. 2. 20. 16:57