Questions tagged [insertion]

place into or between other items in an enumeration

527 questions
-4
votes
1 answer

why mergeSort faster than insertion in java

I wrote a code in java using int insertion and int mergeSort. also String insertion and String mergeSort. my question is why mergeSort always faster?
-6
votes
1 answer

Python "int is not subscriptable" error

Why isn't this working? It says int is not subscriptable when I run speedtest. This is the error: Traceback (most recent call last): File "", line 1, in speedtest() File…
1 2 3
35
36