swampy scheduler is an intelligent task scheduling application that leverages custom data structures to provide efficient, conflict-free scheduling. the system uses a min-heap for priority-based task management and hash maps for quick conflict detection.