mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 02:44:17 +00:00
286 B
286 B
Considera la dimensione dell'input come il numero di elemento richiesti per rappresentarlo.
Esempi
f(16) \underset{costo}{\longrightarrow} 1
f(128) \underset{costo}{\longrightarrow} 1
f([1, 2, 3, 4]) \underset{costo}{\longrightarrow} 1+1+1+1 = 4