A smart calendar application built with a focus on algorithmic efficiency rather than just UI. Unlike typical calendars that rely on slow, linear database searches, this app uses Hash Maps, Trees, and optimized search structures to achieve near-constant or logarithmic time complexity for filtering, searching, and recurrence handling.