O(N) where N is the number of elements in the array you are searching.So it has linear complexity.
Chat with our AI personalities
The algorithm will have both a constant time complexity and a constant space complexity: O(1)
The simplest and slowest searching method; the only possible method when the data is unsorted and/or only sequential access is possible (eq. processing a tape file). I think he's looking for time complexity which I believe is just n
time complexity is 2^57..and space complexity is 2^(n+1).
Dijkstra's original algorithm (published in 1959) has a time-complexity of O(N*N), where N is the number of nodes.
Time complexity and space complexity.