Order of Complexity
Index
<<
>>
O(n)
scalar functions
⍳ ⍋
O(n×⍟n)
⍋
O(n*1.5)
f.g
O(n*2)
∘.f ⍳ -\
n
is the length of the input(s).