Files
garden/algorithm.md
T
2021-03-12 20:38:43 +01:00

970 B

Algorithm

  • Underneath and above, enveloping and permeating an [agora] is an [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.