Skip to content
#

weighted-graphs

Here are 14 public repositories matching this topic...

A Java-based project that visualizes a traffic management system using graph structures and JavaFX. It demonstrates node and edge representation for traffic flow between locations, providing an interactive and visual approach to understanding connectivity.

  • Updated Jan 16, 2025
  • Java

A CFG is known as a Single Entry Single Exit (SESE) graph if it only has a single entry node and a single exit node. A problem that arose during researchon static analysis is how to deal with loops in the CFG.

  • Updated Jul 19, 2023
  • Java

a prototype solution for a company experiencing logistic issues related to loading goods and scheduling delivery routes. solution is based on data structures and algorithms.

  • Updated Jan 2, 2026
  • Java

This Java application is an interactive command-line tool that demonstrates and compares two classic pathfinding algorithms: Dijkstra's algorithm for weighted graphs and Floodfill (Breadth-First Search) for unweighted graphs. The program finds the optimal path between two user-defined points on a 2D grid composed of various terrain types.

  • Updated Sep 12, 2025
  • Java

Improve this page

Add a description, image, and links to the weighted-graphs 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 weighted-graphs topic, visit your repo's landing page and select "manage topics."

Learn more