in Algorithms recategorized by
629 views
1 vote
1 vote

Consider an array of positive integers between $123456$ to $876543$, which sorting algorithm can be used to sort these number in linear time?

  1. Impossible to sort in linear time
  2. Radix Sort
  3. Insertion Sort
  4. Bubble Sort
in Algorithms recategorized by
by
629 views

1 Answer

0 votes
0 votes
Answer:

Related questions