anuragverma108 / DSA-Placement-Probems

Welcome to the DSA Placement Problems repository, dedicated to helping individuals prepare for technical interviews at FAANG/MAANG companies. As part of the Hacktoberfest celebration, this open-source project invites contributions from the global programming community. The aim is to curate a comprehensive collection of data structures and algorithm
0 stars 0 forks source link

Update 01-Array_Min_Max.cpp #109

Closed Srujithchaithanya1 closed 10 months ago

Srujithchaithanya1 commented 10 months ago

replaced O(n*log(n)) code with efficient O(n) code