Skip to content

This project finds the smallest path with minimum spanning tree value of connection to loads and source which is Minimum Spanning Tree of the undirected graph and finds the shortest paths from a single source to all load points and the graph is directed graph.

License

Notifications You must be signed in to change notification settings

barannmeisterr/Minimum-Spanning-Tree-Prim-Algorithm--And-Shortest-Path--Dijkstra-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimum Spanning Tree And Shortest Path

This project finds the smallest path with minimum spanning tree value of connection to loads and source which is Minimum Spanning Tree of the undirected graph and finds the shortest paths from a single source to all load points and the graph is directed graph.

Author

  • Arda Baran

Features

  • Implementing Prim's Algorithm in order to find Minimum Spanning Tree.
  • Implementing Dijkstra's Algorithm in order to find shortest path from a single source to all destination.
  • Prim's algorithm and Dijkstra's algorithm implemented as unique way and implementation bases on the definition of these algorithms
  • Dynamic Programming

Technologies And Data Structures Used

  • Java
  • Undirected Graph
  • Directed Graph
  • Two Dimensional Array For Adjacency Matrix Implementation(Both boolean and integer types)
  • Singly Linked List
  • Prim's Algorithm
  • Dijkstra's Algorithm
  • Object Oriented Programming
  • Stack Singly Linked List Implementation

File Structure

  • src/: Contains the Java source code

About

This project finds the smallest path with minimum spanning tree value of connection to loads and source which is Minimum Spanning Tree of the undirected graph and finds the shortest paths from a single source to all load points and the graph is directed graph.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages