Skip to content

salama968/dsa-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employees Task Manager

A C++ console application for managing employee tasks using a Max-Heap Priority Queue.

Features

  • Add tasks with priority (1-10)
  • Display tasks sorted by priority
  • Mark tasks as complete
  • Next task reminder
  • Edit & postpone tasks

Build & Run

g++ main.cpp -o TaskManager
./TaskManager

Data Structure

Max-Heap Priority Queue - ensures highest priority tasks are always accessible in O(1) time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages