All Questions
1 question
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 ...