• 21 July 2019
  • Implementation of Dijkstra using heap in Go

    Dive into implementing Dijkstra's Algorithm using a min-heap in Go, focusing on the creation of a priority queue to efficiently find the shortest path between nodes. The guide includes detailed code for heap and graph logic, demonstrating a practical approach to Dijkstra's Algorithm in Go.

    goalgorithmdata structurefeatured
    7 minute read
    Implementation of Dijkstra using heap in Go
    • featured
    • all
    • go
    • redis
    • services
    • algorithm
    • data structure
    • k8s
    • network
    • linux
    • sockets
    • blockchain
    • poc
    • python
    • genai
    • eBPF
    • kernel
    • rust
    • reflections
    • engineering
    • yolo
    rocket

    © 2023 KungFuDev made with love / cd 💜

    Heavily inspired/copied from shuttle.rs