Please enable JavaScript.
Coggle requires JavaScript to display documents.
Asymptomatic Notations - Coggle Diagram
Asymptomatic Notations
-
-
-
Complexity
Time complexity
Time complexity is the computational complexity that measures or estimates the time taken to run an algorithm.
-
-
Time complexity is commonly estimated by counting the number of elementary operations performed by the algorithm, supposing that each elementary operation takes a fixed amount of time to perform.
-
Space complexity
-
Datatype and size
bool, char, unsigned char, signed char, __int8 -1byte
int16, short, unsigned short, wchar_t, wchar_t -2 bytes
float, __int32, int, unsigned int, long, unsigned long -3bytes
double, __int64, long double, long long -8bytes