You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple app that allows users to enter tasks that need to be completed in order to prioritze. Dreamt up as an implentation of a heap, this app uses the time required to complete a task, compared to the time until the deadline, in order to prioritize the tasks. Because it is built on a heap, users interact with the top priority task.
This program will allow users to store tasks that need to be completed. Using estimated time
required vs. time left before the due date the program will recommend the next task to work on.
Getting Started
This project is a starting point for a Flutter application.
About
A simple app that allows users to enter tasks that need to be completed in order to prioritze. Dreamt up as an implentation of a heap, this app uses the time required to complete a task, compared to the time until the deadline, in order to prioritize the tasks. Because it is built on a heap, users interact with the top priority task.