MediumGraphs
Path With Maximum Probability
You are given an undirected weighted graph of n nodes (0-indexed), represented by an edge list where edges[i] = [a, b] is an undirected edge.
This is an Arena challenge - solutions are not shown publicly.
Work on this problem and submit your solution to contribute!