You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flight Planner is a Java Swing app that uses Dijkstra’s algorithm to find the shortest route between airports. It connects to a MySQL database for real flight data and displays paths on a GUI map. Ideal for learning DSA, JDBC, and GUI integration.