Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1. Sum of elements of an array (iterative and recursive)
- 2. Reverse of an array (iterative and recursive)
- 3. Finding maximum and minimum in an array (iterative and recursive)
- 4. Counting frequencies of array elements (Iterative and Hashing)
- 5. Prefix sum (Cumulative sum)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement