PROJECT DETAILS
Authors : Soham Kapur, Koushiki Sinha
Year : 2023
Title : Circuit Switching using Dynamic Programming
Purpose : Undergraduate Graded Project
Course : Computer Networks
Problem Statement:
Simulation of Circuit Switching in Java to find optimal set of paths for multiple data transfers using Dynamic Programming.
Description:
- The program begins with a graph represented by an adjacency matrix with edge weights.
- Pairs of Source-Destination nodes are taken as input.
- It iterates all possible paths between the required source and destination nodes.
- The combinations of paths between each source-destination pair are compared to find the one with least maximum time.