Skip to content
GitHub Universe 2025
Explore 100+ talks, demos, and workshops at Universe 2025. Choose your favorites.
#

floodfill

Here are 4 public repositories matching this topic...

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 floodfill 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 floodfill topic, visit your repo's landing page and select "manage topics."

Learn more