O(1)
↔ constant Order Of Complexity always same for 1 input - not matter how large
aka Linear-Complexity
finding element in array by index. finding value in hash table