A new way to find the best routes - faster, smarter, elegant. It reminds me that simplicity often hides deep beauty in mathematics.
#ShortestPaths #Dijkstra #Algorithms #Math #Innovation #ComputerScience
#ShortestPaths
Posts tagged #ShortestPaths on Bluesky
2
2
0
0
#BellmanFord, a #DynamicProgramming #Algorithm, finds #ShortestPaths in graphs with negative arcs. It starts with infinite distances (except start), then iteratively refines them V-1 times. #GraphTheory
1
0
1
0
#SeymourConjecture: #Dijkstra's finds #ShortestPaths, crucial for general graph analysis. However, SSNC requires analyzing all paths of length 1 & 2, not just the shortest. Negative arcs/back arcs also complicate this.
0
0
1
0
I just completed "Race Condition" - Day 20 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/20
#shortestpaths #manhattandistance
It all cleared up when I thought about Manhattan distance... part 2 and part 1 are then almost the same.
github.com/jbudynek/adv...
3
0
0
0