study_record

  • 홈
  • 태그
  • 방명록

2644 1

[Python] 2644번 촌수계산

✏️ 문제 문제 파악같은 알고리즘의 문제 중 11725번 트리의 부모 출력 문제가 생각난 .. 매우 비슷함인접리스트를 활용하면 쉽게 풀 수 있다! 알고리즘그래프 이론그래프 탐색너비 우선 탐색깊이 우선 탐색  코드from collections import dequeimport sysinput = sys.stdin.readlinen = int(input())a, b = map(int, input().split())graph = [[] for _ in range(n+1)]visited = [0] * (n+1) for _ in range(int(input())): x, y = map(int, input().split()) graph[x].append(y) graph[y].append(x)def bfs(v)..

PS/백준 2024.08.13
이전
1
다음
더보기
프로필사진

study_record

이전 블로그 https://velog.io/@ro_sie/posts

  • Study (241)
    • CS (25)
      • 네트워크 (2)
      • 컴퓨터구조 (9)
      • 운영체제 (4)
      • 자료구조 (0)
      • 소프트웨어 공학 (0)
    • 알고리즘 (7)
    • 프론트엔드 (29)
      • JavaScript (3)
      • React (17)
      • HTML (0)
      • CSS (1)
      • TypeScript (4)
      • NextJS (3)
    • PS (169)
      • 백준 (130)
      • 프로그래머스 (39)
    • Python (4)
    • Web (5)

Tag

BOJ, 이진 탐색, 정렬, 너비 우선 탐색, 이분 탐색, programmers, react, 프로그래머스, 깊이 우선 탐색, 에라토스테네스의 체, DP, Python, 다이나믹 프로그래밍, DFS, 백준, BFS, hooks, CS, 그리디, 파이썬,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/07   »
일 월 화 수 목 금 토
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

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바