When it comes to finding the largest element in an array, one way that usually comes to mind is to sort the elements in ascending order. After sorting, the first element will represent the smallest element, the next element will be the second smallest, and so on, and the last element will be the largest element of the array.