heyimShivam / Algorithm

C++ algorithm in one place, This is dedicated repository for maintaining data structures and algorithm code. This repository will be helpful for students preparing for internships or campus placements. Topics
10 stars 71 forks source link

STL_find_max_min_vector.cpp #166

Closed ijazzysharma closed 1 year ago

ijazzysharma commented 1 year ago

This algorithm ism used to find minimum and maximum element in a vector using inbuilt cpp functions.