Install Docker on Window 8.1

Why the title of this tutorial I did not set to be “Install Docker on Window”, sure many of you also wonder. On Window, Docker has two versions: the first version is “Docker Desktop (Windows)” only installed with the Window 10 Professional or Enterprise 64-bit… Read More

Merge Sort algorithm

In this tutorial, I will be with you to learn about an algorithm to sort the elements in an array, Merge Sort algorithm! OK, Now suppose I have an array of numeric values arranged as follows:

The Merge Sort algorithm divides the array into… Read More