International Conference on Sustainable Energy and Intelligent Systems (SEISCON 2011) 2011
DOI: 10.1049/cp.2011.0483
|View full text |Cite
|
Sign up to set email alerts
|

An abstract to calculate big O factors of time and space complexity of machine code

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
11
0

Year Published

2016
2016
2024
2024

Publication Types

Select...
9
1

Relationship

0
10

Authors

Journals

citations
Cited by 30 publications
(12 citation statements)
references
References 1 publication
0
11
0
Order By: Relevance
“…The measure of an algorithm's complexity is popularly using the big O notation, which essentially is a mathematical notation that describes the limiting behavior of a function when the argument tends to a value or infinity [36]. According to [37], this is frequently used in the analysis of algorithms to describe an algorithm's usage of computational resources: the worst case or average case running time or memory usage of an algorithm is often expressed as a function of the length of its input. The input sized of the proposed algorithm for constrained IoT devices is a fixed 16bytes block size of input, and thus of O(1) computational complexity in terms of the big O notation with respect to the input size and O(m), with a growing message size m, as there would be m blocks to encrypt.…”
Section: B Results and Analysis Of Computation Complexity Of The Effmentioning
confidence: 99%
“…The measure of an algorithm's complexity is popularly using the big O notation, which essentially is a mathematical notation that describes the limiting behavior of a function when the argument tends to a value or infinity [36]. According to [37], this is frequently used in the analysis of algorithms to describe an algorithm's usage of computational resources: the worst case or average case running time or memory usage of an algorithm is often expressed as a function of the length of its input. The input sized of the proposed algorithm for constrained IoT devices is a fixed 16bytes block size of input, and thus of O(1) computational complexity in terms of the big O notation with respect to the input size and O(m), with a growing message size m, as there would be m blocks to encrypt.…”
Section: B Results and Analysis Of Computation Complexity Of The Effmentioning
confidence: 99%
“…Generally, the O() notation [51] is used in computer science to analyze the performance or measure algorithm complexity. To illustrate this, if the algorithm has an N iteration loop for calculation, the O() is approximately O(N ) for this algorithm.…”
Section: ) Complexitymentioning
confidence: 99%
“…AHP is used to obtain weights that should be used for datasets, and since it is only dependent on the number of features used, it may follow that regardless of the size of the dataset the process always takes a constant time. Therefore, in computing time complexity the constant time (C) is added to the dataset size (n) [31]. The classification setting is also a common method hence its time complexity is considered.…”
Section: Time and Space Complexitymentioning
confidence: 99%