Colors: Yellow = Current element, Purple = Current maximum, Green = Final largest, Red = Checked elements
Search Largest is an algorithm that finds the maximum value in an array by comparing each element with the current maximum.
How it works:
Time Complexity: O(n) - checks all elements once