Advertisement
JagadeeshUndavalli

Untitled

Sep 12th, 2022
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 1. Sum of elements of an array (iterative and recursive)
  2. 2. Reverse of an array (iterative and recursive)
  3. 3. Finding maximum and minimum in an array (iterative and recursive)
  4. 4. Counting frequencies of array elements (Iterative and Hashing)
  5. 5. Prefix sum (Cumulative sum)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement