Skip to main content

All Questions

3 votes
4 answers
7k views

Sorting algorithm for continuous data stream

Which of the sorting algorithms heap-sort, quick-sort & merge-sort could work with a continuous stream of data? I want to have a list that's always sorted, so that new values can get into the list ...
Oscar's user avatar
  • 31