Dsa Proposal
Dsa Proposal
System Overview
System Features
1. User Roles and Menus
Upon login, users will choose their role, unlocking specific functionalities:
a) Admin Menu:
Admins can manage the graph structure representing cities and flight routes:
1. Search Flight: Find the shortest cost route between two cities
using Dijkstra’s Algorithm.
2. Dijkstra’s Algorithm:
• Departure time.
• Arrival time.
4. Queues:
7. Recursion:
2. For Users:
Implementation Plan
1. Phase 1: Graph Data Structure Development