Skip to content

Data structure miniProject for college. IP Forwarding / Routing Table using graphs and linked lists on C programming Language.

License

Notifications You must be signed in to change notification settings

unseemlycoder/Routing_Table_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSproject202

Data structure miniProject for college. IP Forwarding / Routing Table using graphs and linked lists on C programming Language.

PES University UE18CS202 Semester Project

Team Members Akash Murthy - PES2201800266 Reshma P Roy - PES2201800039

Problem Statement Program to handle router (network related) table using the relevant data structures

Approach Making use of a graph to represent a network topology with each node consisting of routers. Each router can handle certain number of devices, these devices have their own IP address, Sub net masks, and other related network preferences. Usage of Dijkstra's Algorithm to find the shortest path between two clients or routers.

Data Structures Used Graphs (Adjacency list and Matrix implementation) and Linked List

About

Data structure miniProject for college. IP Forwarding / Routing Table using graphs and linked lists on C programming Language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages