flâneur — a map of the web's best reading

How Complex is my Code? · Sofia Fischer; Philodev

philodev.one · 2,499 words · saved by 1 readers

What code complexity can mean — from Big O notation and Cyclomatic Complexity to the surprising insights psycholinguistics can offer software developers.

Table of Contents What code complexity can mean — from Big O notation and Cyclomatic Complexity to the surprising insights psycholinguistics can offer software developers. What is Complexity? # "Complexity of an algorithm is the amount of resources required to run it." (Wikipedia Definition) Given this definition, there are so many definitions of Resources one can think of in terms of running code: the memory needed, the time needed, the mental resources to understand the code, the mental resources required to understand the problem, the context knowledge to understand how the code is solving

Explore this link on the map →

saved by

related reading