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
- Special String Again
- [sqld]자격증합격
- hackerrank
- Find the nearest clone
- Recursion: Davis' Staircase
- 매칭점수
- programmers
- Max Array Sum
- Common Child
- 피보나치 함수
- 야근지수
- 파이썬
- candies
- 격파르타 장점
- Interview Preparation Kit
- 코딩테스트
- 구슬탈출2
- 격파르타 후기
- 머신러닝
- 백준
- Algorithm
- 알고리즘
- DFS: Connected Cell in a Grid
- Reverse Shuffle Merge
- Roads and Libraries
- 격파르타 합격후기
- python
- BFS: Shortest Reach in a Graph
- 해커랭크
- 프로그래머스
Archives
- Today
- Total
목록Roads and Libraries (1)
Archive
[Hackerrank] [Medium] Roads and Libraries
https://www.hackerrank.com/challenges/torque-and-development/problem Roads and Libraries | HackerRank Help the ruler of HackerLand determine the cheapest way to give his citizens access to libraries. www.hackerrank.com 풀이 그래프가 주어졌을 때 dfs로 전체 node를 방문하기 위한 경로를 세는 문제 첫 번째로 도서관 짓는 비용 c_lib이 길을 설치하는 비용 c_road보다 작을 경우 각 node에 도서관을 짓는다고 보면 됨. dictionary를 사용해 인접행렬을 구현했고, 방향이 없기 때문에 시작노드, 끝 노드를 각각의 valu..
공부/Algorithm
2020. 9. 2. 18:52