Introduction to the Travel Planner Project
Explore creating a travel planner project that uses graph concepts in JavaScript. Understand how to represent cities and routes, apply weights for distances, and implement an algorithm to find the shortest path with the restriction of using only one air route.
We'll cover the following...
We'll cover the following...
What is the project about?
In this chapter we'll build a more ...