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
Copy file name to clipboardExpand all lines: README.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,23 @@ A web app that utilizes **Evolutionary Programming** to determine and prioritize
3
3
4
4
## About the Project
5
5
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**.
7
7
8
8
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.
9
9
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)
0 commit comments