Bhavya1912 / Hacktober2k22

This is an open source project
MIT License
20 stars 65 forks source link

:sparkles: added RecursionPrefixSum.cpp #79

Closed Utkarsh575 closed 1 year ago

Utkarsh575 commented 1 year ago

This is a C++ code snipped to find the Prefix Sum of elements of an array in a Recursive approach. closes #80