Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 2.21 KB

README.md

File metadata and controls

68 lines (40 loc) · 2.21 KB

Dijkstra and Maximum Flow Desktop App

A Desktop application that gives the possibility to generate directed and undirected graph using our Graphic User Interface (GUI) and apply one of the two algorithms which are Dijkstra and Maximum Flow algorithms, using Java and Java Swing.

Features

  • User Can Enter Unlimited Vertices
  • User Can Enter Directed Edges
  • User Can applay Dijkstra or Maximum Flow algorithms
  • User Can See The Answer Step by Step

Screenshots

Technologies

  • Java
  • Java Swing
  • JUNG lib for Graphs

Requirements

  • Java Environment
  • Netbeans

Run Locally

Clone the project

  git clone https://github.com/SamehSerag/Examination-System.git

Install Java Env

  https://java.com/en/download/

You Can Run .EXE

  cd dist/Run-Project.exe

To Edit or View Code

  Open Project Using Netbeans

Authors