Algorithm Designa58_q3_p4_columbia2

Columbia with Elizabeth

6ec20418-0c97-4d2d-9d1a-8e4df28e6b72.cppC++
1// Loading code...

Selected Submission

100 / 100
0.08s
5204 KB
BFS/DFSShortest Path
Time Comp.
O(R * C * log(R * C))
Space Comp.
O(R * C)
Readability
5/10

"The code implements a shortest path algorithm using Dijkstra's algorithm with a priority queue to find the minimum cost to reach each cell in a grid, considering different 'abilities' (levels) that affect movement. The core logic revolves around exploring possible paths and updating costs, making it a shortest path problem."

History

AttemptPoints Time
Try #111004/21/2025
Try #101004/21/2025
Try #9104/21/2025
Try #8404/21/2025
Try #704/21/2025
Try #604/21/2025
Try #504/21/2025
Try #4304/21/2025
Try #3404/21/2025
Try #2304/21/2025
Try #1204/21/2025