Skip to content

1301shivangi/Automated-Path-Labelling-Algorithm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Victoria's Hospital Path Labelling Algorithm.

The repository contains the designed algorithm implemented on the Vicotia's floor map plan in order with purposal of graph labelling algorithm. The problem was reduced and treated as the one way street problem for which the existing graph algorithms were considered. The program reads the rooms at each floor levels from the text files and purposes an algorithm to automate the labelling of the paths in an undirected graph such that it conforms to the COVID protocol. The algorithm is primarilty based on the Robbins' Theorem and the modified version of the DFS (Depth First Search) algorithm. Following were some of the important tasks which were achieved during the implementation of the algorithms to ensure COVID restrictions are followed properly.
  1. Represent the hospital map in the form of the graph representation.
  2. Detection of the connected components.
  3. Finding the paths from the src node to the dest node.
  4. Implementation of the modified version of classic DFS (Depth First Algorithm).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%