skill

Naive Big O ()

comingsoon012.png

How hard is a problem computationally? How do we evaluate how good an algorithm is? This skill is the ability to think through how the computational work required to solve a problem grows as the problem gets larger: how much longer does it take, for example, to sort 100 items than it takes to sort 10 items?

Untag with REFLEX:
TECH | APPLY | COMPLEXITY | DATA | ABSTRACTION | PATTERN | THINK | DECOMPOSITION | MODULARITY | SLOW |

Best Source: HERE