mirror of
https://github.com/flancian/garden.git
synced 2026-08-06 06:26:20 +00:00
Auto: misc.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Algorithm
|
||||
|
||||
- When in doubt, think of the algorithm. Consider the following questions.
|
||||
- What am I supposed to be doing right now? According to whom?
|
||||
- What is the most urgent thing I need to solve? Is there anything I would want to have done later today? Check my calendar now.
|
||||
- Have I reviewed my [[daily]] routine?
|
||||
- Am I concentrated? Am I unable to focus?
|
||||
- Construct a [[dag]] that represents a set of activities that I will perform.
|
||||
- If there are circular dependencies, write down examples here. Unsure if circular dependencies come up in human-level tasks very often.
|
||||
- [[topological sort]] it.
|
||||
- Move on through the sorted list through the day.
|
||||
|
||||
|
||||
[//begin]: # "Autogenerated link references for markdown compatibility"
|
||||
[daily]: daily "Daily"
|
||||
[dag]: dag "Dag"
|
||||
[//end]: # "Autogenerated link references"
|
||||
Reference in New Issue
Block a user