Bhupesh-V / 30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here 👉
https://bhupesh-v.github.io/30-Seconds-of-C++/
MIT License
1.45k stars 610 forks source link

Added Accumulate() in the Vector #673

Closed deepanshumidha5140 closed 2 years ago

deepanshumidha5140 commented 2 years ago

accumulate() is used to calculate the sum of elements lying in a specific range of the elements

Checklist