Skip to content

A To-do List that maintains a priority queue to manage the items to be done

Notifications You must be signed in to change notification settings

NhienLam/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TodoList

A To-do List that maintains a priority queue to manage the items to be done. Can perform the following tasks:

  • Add task
  • Remove task
  • Change task's priority
  • Display list
  • Save list

What I Learned

  • Queue data structures
  • PriorityQueue
  • File I/O operations
  • and much more

About

A To-do List that maintains a priority queue to manage the items to be done

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages