일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 332
- 프로그래머스
- 백트래킹
- SW아카데미
- Shortest Path Visiting All Nodes
- 백준
- 자바
- 소셜 광고
- 주사위 고르기
- 847
- 카드 짝 맞추기
- n+1카드게임
- Java
- 알고리즘
- BFS
- 리트코드
- 미로 탈출 명령어
- PCCP
- leetcode
- 셔틀버스
- 주사위고르기
- DFS
- Number of Flowers in Full Bloom
- 2251
- Eliminate Maximum Number of Monsters
- reconstruct itinerary
- Heap
- 양궁대회
- 구현
- 표편집
Archives
- Today
- Total
목록332 (1)
알고리즘이 재미있다
[LeetCode] 332 - Reconstruct Itinerary(java)
https://leetcode.com/problems/reconstruct-itinerary/ 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 이 문제와 거의 유사한 문제를 프로그래머스에서 풀었던 기억이 난다. 그때도 dfs를 사용하여 풀었다. 핵심 문제 자체는 되게 단순하다. List에 시작점, 도착점을 저장해 둔 상태인데, 계속해서 이어나가면 된다. 단 정..
카테고리 없음
2023. 9. 14. 14:50