Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shortest Path Finder #36

Closed
wants to merge 0 commits into from
Closed

Shortest Path Finder #36

wants to merge 0 commits into from

Conversation

Yash926
Copy link

@Yash926 Yash926 commented Oct 10, 2024

SkillShow! 🎊🎈

Welcome! πŸŽ‰

Thank you for visiting our repository! We're excited to have you here. If you find this project useful, please consider giving it a star! ⭐

πŸŽ‰ Have you reviewed the Contributing Guidelines? πŸ€” (Required)

  • YES
  • NO

πŸ“ Description

In many cities, commuters face challenges in determining the quickest or most efficient route between their starting location and destination, especially when there are multiple transit stops and potential routes to choose from. Without a clear method to find the shortest or fastest path, travelers may end up taking longer, indirect routes or waiting unnecessarily.

πŸ”§ Fixes #35 (Required)

🏷️ Initiative Participation (Required)

This pull request is associated with the following initiative. Please choose the one you are contributing to:

  • 🌸 GSSoC (Girl Script Summer of Code)
  • 🌼 GSSoC 2024 Extd.
  • πŸ‚ Hacktoberfest 2024
  • ❄️ Script Winter of Code (SWoC)
  • β›„ Winter of Blockchain (WoB)
  • πŸ™‹β€β™‚οΈ Personal
  • πŸ“Œ Other (please specify): _______________

Copy link

@Yash926

It's great having you contribute to this project

Thank you for opening a Pull Request πŸ™Œ , Welcome to SkillShow πŸ’– We will review everything and get back to you :)

@Kushal997-das Kushal997-das added the hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! πŸŽ‰ label Oct 14, 2024
Comment on lines 1 to 7
A B 5
A C 10
B D 3
C D 1
D E 2
B E 9
C E 4
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this file ?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The transit.txt file is required because it serves as the input data source for the program, representing the city's transit network. It contains information about all the transit stops and the connections between them, including the travel time (or weight) for each connection.

Copy link
Owner

@Kushal997-das Kushal997-das left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Yash926 Update date.json file

@Kushal997-das Kushal997-das added the Hold I’m waiting for additional responses before proceeding. label Oct 17, 2024
@Yash926 Yash926 closed this Oct 19, 2024
@Yash926
Copy link
Author

Yash926 commented Oct 19, 2024

Updated and completed the required changes in pull request Shortest Path Finder #97

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest2024 Your contribution is part of Hacktoberfest 2024! πŸŽ‰ Hold I’m waiting for additional responses before proceeding.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Title: Shortest Path Finder in City Transit Network
2 participants