All the above listed algorithms are the bests you can find to sort an array of numbers but I would prefer this order for you to start with as you are a starter.
1>Selection sort
2>Bubble sort
3>Quick sort
4>Merge sort
1 Tells you how to start sorting with help from computers.2 takes the same to an higher level and tells you better way of sorting.3 and 4 are the best sorting algorithms available.
Go in the same order if possible.And ya GOOGLING it or searching it on WIKIPEDIA would help you a lot.