📘 About This Project

This is a 4th Semester Data Structures Project developed for educational purposes. The aim is to demonstrate how fundamental data structures can be integrated into real-world applications. The system simulates hospital navigation using algorithms and data structures studied in coursework.

🔢 Data Structure 📌 Usage
Dijkstra’s Algorithm Calculates the shortest path between hospital points (e.g., from OPD to Emergency).
Stack Manages navigation history; allows you to view previously visited locations.
Set Tracks unique visited nodes to avoid duplicates in the visited list.
Hash Map Handles user authentication (username-password validation).

Navigation System Login

Sample Username: safi

Sample Password: safipass