spbu-coding-2023 / graphs-graph-10

graphs-graph-10 created by GitHub Classroom
MIT License
20 stars 0 forks source link

feat: implement Djkstra algorithm and visualize it #23

Closed xamelllion closed 4 months ago

xamelllion commented 4 months ago
  1. Add weight property to Edge
  2. Change default weight type from Int -> Long
  3. New graph example file
  4. Save in adjacency list pairs of Vertex+Weght