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
- 인텔리제이 에러
- Java
- 백준
- 분할정복
- java leetcode
- 자바 5464
- 백준 16935
- 그래프 자바
- java 프로그래머스
- 구현
- 프로그래머스 java
- BFS
- 리트코드 1557
- 코딩테스트
- 리트코드
- 리트코드 자바
- 카카오
- 스프링 에러
- 스택
- DP
- daily challenge
- 자바 리트코드
- 자바
- 프로그래머스
- 코테
- leetcode 1721
- dfs
- 파이썬
- 백준 18222
Archives
- Today
- Total
목록Sudoku Solver (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