50 Days DSA Series in telugu
Day 4: Find second largest element in an Array?
Two approaches explained to solve the problem:
first approach: sort the array
second approach: Traverse the array by tracking both first largest element and second largest element in the array.
#array #dsa #datastructures #coding #programminglanguage #java #telugu #subscribe
コメント