Skip to content

Finds book with certain at minimum distance from user's location

Notifications You must be signed in to change notification settings

Bbiswabasu/MinPathInLibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinPathInLibrary

The program aims to find book with certain tag in the library at minimum distance from the user. Entire code is written in C with all implementations done from scratch including those for Graph and Heaps. To run the program follow the steps:

  • Run the command gcc main.c -o main
  • Run the command main
  • Enter the no of halls
  • Enter the no of connection
  • Enter three space seperated value each denoting (source, destination, distance) to describe the layout of the library
  • Enter space separated strings for each hall in each line
  • Enter the current hall id (1,2,..,n)
  • Enter a string denoting the string you are searching for
  • The required output will be generated

Example

image

About

Finds book with certain at minimum distance from user's location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages