Skip to content
#

dijkstra-algorithm

Here are 363 public repositories matching this topic...

Data Structure & Algorithm : This journey is not just about coding but also about developing problem-solving thinking, optimizing solutions, and building a strong foundation for coding interviews and real-world programming. So far i am loving it.

  • Updated Dec 13, 2025
  • Python

This project leverages real-time data from Ile-de-France Mobilités (IDFM) to provide an efficient metro navigation system for Paris and Bordeaux (using a simplified dataset). It utilizes graph algorithms to calculate shortest paths, visualize the minimum spanning tree of the metro network, and check network connectivity.

  • Updated Nov 19, 2025
  • Python

This repository contains three CS 3364 projects demonstrating skills in algorithm design and data structures. Projects cover search engine reliability with sorting, course sequencing with topological sorting (DFS), and shortest paths using Dijkstra’s and Bellman-Ford algorithms, highlighting efficiency and data management.

  • Updated Nov 15, 2025
  • Python

Improve this page

Add a description, image, and links to the dijkstra-algorithm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dijkstra-algorithm topic, visit your repo's landing page and select "manage topics."

Learn more