🔢
Algorithms & Data
Ctrlk
  • Overview
    • 1. Sort
    • 2. Data Structures
    • 3. How to construct Algorithm? Paradigm
      • Greedy Algorithm
      • Dynamic Planning Techique
      • Dynamic Planning
      • Divide And Conquer
      • Brute force
      • Shortest path
        • BFS
        • Dijkstra algorithm: directed, shortest path
      • MST (Minimum Spanning Tree)
  • Algorithm Problems
    • Problem Sources
    • AlgoExpert
    • Daily Algorithms
  • Top 75 LeetCode Questions to Save Your Time
    • Source
    • Problems
  • Tip
    • Page 2
    • LinkedList
Powered by GitBook
On this page
  1. Overview
  2. 3. How to construct Algorithm? Paradigm
  3. Shortest path

BFS

https://codermun-log.tistory.com/294#:~:text=두 노드 사이에 존재할,가장 짧은 경로를 말한다.&text=가중치 그래프에서는 보통 엣지,가 최단 경로가 된다.&text=주어진 그래프에서 두 노드,최단 경로 알고리즘이라 부른다.

PreviousShortest pathNextDijkstra algorithm: directed, shortest path

Last updated 2 years ago