Thanks a lot.
I found out about this Youtube video (https://youtu.be/alJswNJ4P3U?t=1852),
in case you guys are interested.
This video really clarify about the time complixty of MergeSort.
On Sat, May 1, 2021 at 3:19 PM Gavan Schneider
wrote:
> On 1 May 2021, at 17:06, Jian He wrote:
>
> Been sel
On 1 May 2021, at 17:06, Jian He wrote:
Been self study Database, from database I deep dived into sorting
algorithms.
Databases can do in-memory QuickSort. It also has an on-disk
MergeSort.
For MergeSort: I follow this tutorial
https://youtu.be/6pV2IF0fgKY?t=1108
(around 1 minutes only)
Jian He:
On Sat, May 1, 2021 at 9:07 AM Jian He wrote:
> Been self study Database, from database I deep dived into sorting algorithms.
Peek a good book, because that is a hairy topic with lot of math and
other previous knowledge required.
> Databases can do in-memory QuickSort. It also has an o
Been self study Database, from database I deep dived into sorting
algorithms.
Databases can do in-memory QuickSort. It also has an on-disk MergeSort.
For MergeSort: I follow this tutorial https://youtu.be/6pV2IF0fgKY?t=1108
(around 1 minutes only)
But I am still not fully understanding about *nl