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
- 백준
- mysql
- 구현
- Gold4
- gold5
- spring
- PYTHON
- Thymeleaf
- HTML
- 백엔드
- siver3
- LCS
- Kakao
- java
- AWS
- glod5
- 오류
- gold2
- LEVEL2
- 배포
- 9252
- glod4
- leetcode 69
- jpa
- error
- LEVEL1
- CSS
- 프로그래머스
Archives
- Today
- Total
목록leetcode 54 (1)
이 험난한 세상에서어어~
leetcode 54, Spiral Matrix
문제 설명 mxn 배열이 주어졌을 때 나선형 방향의 숫자 배열을 구하는 문제이다. https://leetcode.com/problems/spiral-matrix/submissions/1059603293/ LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제 풀이 문제에는 3x3만 주어져 있지만, 직접 4x4를 그려 보면 어떤 방식으로 배열을 만들어야 할지 대충..
algorithm/코딩 테스트
2023. 9. 26. 21:05