ch6

Earliest Due Date Algorithms:

do the task that is due earliest/ closest deadline.

Moores algorithms:

skip the task that requires more time in order to get more done.

Whatever you be aware of priority inversion aka when small take up majority of your time

Limit your time invested in organizing time.

For getting most things done in short span of time; Focus on one thing at a time, avoid switching context, it burdens your memory, and requires you to start fresh.

Last updated