Skip to content

Commit d1269a0

Browse files
authored
Update README.md
1 parent 8d4963f commit d1269a0

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,23 @@ A web app that utilizes **Evolutionary Programming** to determine and prioritize
33

44
## About the Project
55

6-
Priority Task Selection is a program to determine and prioritize tasks from given task options and the total time you have.
6+
Priority Task Selection is a program to **determine and prioritize tasks** from given **task options** and **the total time you have**.
77

88
Sometimes we have a lot of tasks to do but our time is very limited, so we cannot do all the tasks and we have to pick some of the most important tasks from all of the tasks. This program helps you determine and choose which tasks are worth more to do than the others.
99

10-
This program uses Evolutionary Programming algorithms to prioritize the most important tasks from a given list of tasks based on their priority scales.
10+
This program uses **Evolutionary Programming** algorithms to prioritize the most important tasks from a given list of tasks based on their priority scales.
11+
12+
* Input:
13+
* The number of tasks to do
14+
* All of the task names
15+
* All of the priority scales for each task
16+
* All of the task completion times for each task (hours)
17+
* Total time you have (hours)
18+
19+
* Output:
20+
* List of tasks we can do
21+
* Total priority scales for all tasks we can do
22+
* Total time required to do the tasks
1123

1224
## Screenshots
1325
Dashboard

0 commit comments

Comments
 (0)