Skip to content

Implemented Travel Planner to plan a trip either using a pre-planned trip feature or on-site planning by entering the starting and destination location to find possible convenient routes with shortest distance, minimum cost and least time

Notifications You must be signed in to change notification settings

nisha710/Travel_Planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Screenshot 2023-06-21 183832

The project is a travel planner app that has an admin login as well as a user login .This application helps a user to plan a trip according to their preference for the routes i.e once user enters start location and destination they can choose a preferable path for shortest distance or low cost or low travel time. It will also allow the user to see his previous trips or the user can also book pre-planned trips. Here, user will be able to find popular places to visit when they are on a trip. The admin can see all booked trips. He can add or delete a city from the list of cities. Also, the admin can schedule a trip for users.

The project consists of different data structures like Graph , Linked List ,and Priority queue. Here, the graph is used to store the cities that act like vertices and the routes as edges. The main aim is to show the connections between cities for minimum cost, time and distance. We have implemented the Dijkstra algorithm using priority queue for finding the routes with optimal cost, time and distance. We have created linked list of trips which stores the passenger information and the previous trips they have travelled.

Video Link: https://drive.google.com/drive/folders/1swolOmOSgF7NT01Ja-H4AfnRhz7W2zJx?usp=sharing

About

Implemented Travel Planner to plan a trip either using a pre-planned trip feature or on-site planning by entering the starting and destination location to find possible convenient routes with shortest distance, minimum cost and least time

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages