Arrays

Arrays are Linear Data Structures with elements of same type stored in contiguous memory locations Why we even need arrays? Input/Output – Update Arrays Passing Arrays to Functions Linear Search Binary Search Reversing an array Print Pairs Print Subarrays Largest Subarray Sum Brute Force Prefix Sum Kadane’s Algorithm Vectors