B.log()

        • Blurred Blob Memorizing
        • Data Scrapping with GitHub Actions
        • Fedora - One Month Later
        • GRUB ASCII Art - For Fedora
        • Initial Alpha of README LoL Stats
        • iSH V.S. Termius V.S. Blink Shell for SSH
        • MTHEL 99
        • README LoL Stats to README Profile LoL Stats
        • Setup Check In - November 2nd, 2023
        • Stolen Faces Being Used for Deepfaked Brand Ambassadors
        • Update: Interacting with the School Server
        • April 2025
        • February 2025
        • January 2025
        • March 2025
        • May 2025
          • Graviton
          • Ion
          • Liberty
          • Maelstrom
          • Personal Network
          • Positron
          • Tachyon
          • Typhoon
          • UW - Courses and Degree
          • UW - Other
        • ECDSA: Detecting the Reuse of k
        • Graph Algorithm Application Reference
        • Insight: Lower and Upper Bounds are Friends - Not Food
      • Now
    • Home

      ❯

      Technical Content

      ❯

      Graph Algorithm Application Reference

      Graph Algorithm Application Reference

      Dec 15, 20231 min read

      Direct BFS Applications

      • Bipartite Check

      Direct DFS Applications

      • Strongly Connected Components
        • Kosaraju’s Algortihm
        • Directed Acyclic Graph
          • Topological Sort

      Minimum Spanning Tree

      • Kruskal’s Algorithm
      • Prim’s Algorithm
      • Borůvka’s Algorithm

      Single Source Shortest Path Algorithm

      • Dijkstra’s algorithm
      • Bellman-Ford

      All Sources Shortest Path

      • Floyd-Warshall

      Stable Matching

      • Gale-Shapley Algorithm

      Max-Flow

      • Ford-Fulkerson
        • Maximum Bipartite Matching

      • Direct BFS Applications
      • Direct DFS Applications
      • Minimum Spanning Tree
      • Single Source Shortest Path Algorithm
      • All Sources Shortest Path
      • Stable Matching
      • Max-Flow
      • GitHub