Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms Visualization

A Java-based project to visualize simple graph-related algorithms.

Implemented Algorithms

Currently available:

  • Kruskal's Algorithm
  • Dijkstra's Algorithm (More algorithms may be added in the future)

Features

  • Algorithms visualization: Step-by-step graphical representation of the algorithms.
  • Random graph creation: Automatically generate graphs for testing.
  • Custom graph input: Option to create and add your own graph structures.
  • Time measurement: Track and display the execution time of the algorithms.

Dependencies

This project uses the following external Java libraries:

  • JGraph
  • CodeDraw
Screenshot 2026-07-26 161634 Screenshot 2026-07-26 161729

About

A Java-based project to visualize simple graph-related algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages