Skip to content

Commit

Permalink
[dc sort] editorial work
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxinyu95 committed Oct 31, 2015
1 parent 437f193 commit e55e478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorting/dc-sort/dcsort-en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2785,7 +2785,7 @@ \section{Short summary}

We've shown some elementary sorting algorithms in this book till this chapter, including
insertion sort, tree sort, selection sort, heap sort, quick sort and merge sort. Sorting
is still a hot research area in computer science. At the time when I this chapter is written,
is still a hot research area in computer science. At the time when this chapter is written,
people are challenged by the buzz word `big data', that the traditional convenient method
can't handle more and more huge data within reasonable time and resources.
Sorting a sequence of hundreds of Gigabytes becomes a routine in some fields.
Expand Down

0 comments on commit e55e478

Please sign in to comment.