Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karthikeyaspace/task-manager-cpp
https://github.com/karthikeyaspace/task-manager-cpp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/karthikeyaspace/task-manager-cpp
- Owner: karthikeyaspace
- Created: 2023-07-20T02:52:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-30T12:40:08.000Z (8 months ago)
- Last Synced: 2024-05-02T08:09:35.783Z (8 months ago)
- Language: C++
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# to-do-cpp
A Task manager built using cpp
Features:
1. Queue using double linked list to store tasks
2. Stack using single linked list to store deleted tasks
3. prioritization of tasks
4. storing all the tasks in file when the program is stopped