|
|
|
|
|
by mturmon
3244 days ago
|
|
Implementing strict organization can turn O(n^2) tasks to O(n), by removing the "look through my n tools to find the one I need" step. That is, if you need n tools or parts for an assembly process, and if at each step you have to scan through these tools and parts to find the one needed, you have created an O(n^2) algorithm. At least, this is how I conceptualize the value of workshop organization. |
|