Final Version Perfected (FVP Algorithm for task lists)
Created on 2024-08-01T17:26:44-05:00
- Put tasks in a big (unsorted) list
- Mark the topmost item. This task is now the leader.
- Walk down the list and ask if you would rather do that instead. If yes, mark it. That task is now the leader.
- Repeat the above step until you are done with the list
Once the list is created: walk backwards completing the marked tasks.
At times it may become necessary to reshuffle the list and recompute it.