Just tried creating a quick sort algorithm in c# to sort an array of integers - from a long distant memory.

Yes I could of just used the in built quicksort or better still just copied and pasted...