KhileshFind the Equilibrium Point in an ArrayAn Equilibrium Point in an array is a point/element such that the sum of the left array is equal to the sum of the right array.Jan 26, 2023Jan 26, 2023
KhileshConvert array into Zig-Zag fashionGiven an array of distinct elements of size N, the task is to rearrange the elements of the array in a zig-zag fashion so that the…Jan 26, 2023Jan 26, 2023
KhileshCheck if two arrays are equal or notGiven two arrays, arr1 and arr2 of equal length N, the task is to find if the given arrays are equal or not.Jan 24, 2023Jan 24, 2023
KhileshArrange given numbers to form the biggest numberGiven an array of numbers, arrange them in a way that yields the largest value. For example, if the given numbers are {54, 546, 548, 60}…Jan 24, 2023Jan 24, 2023