Skip to content

snigdhaaX/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linked List Task Manager

CLI Task Manager built with Singly Linked List in C++.

Quick Start

  1. Click "Code" → "Download ZIP"
  2. Extract → g++ task.cpp -o task && ./task

Demo

=== Task Manager ===

  1. Add Task
  2. Remove Task
  3. Mark Complete
  4. Display Tasks
  5. Exit Choice: 1 Task: Go through a lecture Added. Tasks(1 total): Go through a lecture YAY DONE!

Features

  • O(1) Add task (head insertion)
  • O(n) Remove + search
  • ✅ File persistence (tasks.txt)
  • ✅ Proper memory management

Build & Run

g++ task.cpp -o task
./task

About

CLI Task Manager using singly linked lists in C++ with O(1) insertion, file persistence, and full CRUD operations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages