Skip to content

Implementation of a Task class (with TaskInterface) for managing tasks with a description, deadline (GregorianCalendar), and completion status, along with a ToDoList as a singly linked list sorted by deadline—using defensive and modular programming approaches.

Notifications You must be signed in to change notification settings

diskodenso/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of a Task class (with TaskInterface) for managing tasks with a description, deadline (GregorianCalendar), and completion status, along with a ToDoList as a singly linked list sorted by deadline—using defensive and modular programming approaches.

About

Implementation of a Task class (with TaskInterface) for managing tasks with a description, deadline (GregorianCalendar), and completion status, along with a ToDoList as a singly linked list sorted by deadline—using defensive and modular programming approaches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages