일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 백트래킹
- n+1카드게임
- Number of Flowers in Full Bloom
- 셔틀버스
- Heap
- Shortest Path Visiting All Nodes
- 알고리즘
- BFS
- 자바
- Eliminate Maximum Number of Monsters
- 리트코드
- reconstruct itinerary
- 주사위 고르기
- Java
- leetcode
- 2251
- PCCP
- 주사위고르기
- 카드 짝 맞추기
- 미로 탈출 명령어
- 332
- 구현
- 847
- 프로그래머스
- 소셜 광고
- 표편집
- SW아카데미
- 백준
- DFS
- 양궁대회
Archives
- Today
- Total
목록Shortest Path Visiting All Nodes (1)
알고리즘이 재미있다
[LeetCode] 847 - Shortest Path Visiting All Nodes(java)
https://leetcode.com/problems/shortest-path-visiting-all-nodes/?envType=daily-question&envId=2023-09-17 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 최단경로를 찾는 문제이다. 즉 bfs를 활용하여 풀 수 있다. 핵심 최단경로를 찾는 문제이지만, 방문한 곳을 다시 갈 수 있다...
카테고리 없음
2023. 9. 17. 12:02