The document presents an analysis of using the Dijkstra algorithm to find alternative shortest paths between nodes in a maritime traffic network. It begins by introducing the traditional use of the Dijkstra algorithm to find the single shortest path. It then proposes removing edges from the optimal path one by one and recalculating the shortest path on the new graph to find alternative suboptimal paths. A numerical example with 29 edges between 8 islands is used to demonstrate the approach, finding 2 additional paths beyond the true shortest. The analysis suggests this could be a starting point for developing decision support systems for ship captains.