Please read the new rule regarding the restriction on the use of AI tools. ×

Another Modified Dijkstra's algorithm problem same as Codeforces Round 974 (Div. 3) problem E

Revision en1, by utkarsh_108, 2024-09-22 21:49:37

PROBLEM LINK :

1915G Bicycles

In standard Dijkstra's algorithm problem, you have to take a 1D array but in the modified Dijkstra problem we have to take a 2D distance array and we have to compute the answer

you can check my submission for hints :)

my submission

Tags #dijkstra, #codeforces, #graph

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English utkarsh_108 2024-09-22 21:49:37 486 Initial revision (published)