Guide Me is a desktop route planning and booking application built with C# .NET (WinForms).
It supports two roles: User (search, view routes, book) and Admin (add/edit/delete routes, update fares).
The system models transport connections as a graph and provides algorithmic search (BFS/DFS/Dijkstra) and booking flows.
Core algorithms (Graph Traversal, Dijkstra) can also be implemented/tested in C++ for performance.