Sorting & Searching
Index
<<
>>
Sorting is faster than grading.
Exploit small range integers.
x⍳x
is useful and is faster than
x⍳y
.
Use
⎕ct←0
if possible.
Beware
O(n*2)
cases.