admin@onlinelearningcenter.in (+91) 7 999 01 02 03

Array

  1. Union and intersection of array
  2. Double the first element and move zero to end
  3. WAP to Replace every array element by multiplication of previous and next
  4. Find duplicates in an array
  5. Arrange all 0s on right side and 1s on left side given an array of 0s and 1s
  6. WAP to Reorder an array according to given indexes
  7. Find a missing number from an array that contains 1 to 100
  8. Find the first repeating element in an array of integers
  9. Split the array and add the first part to the end
  10. WAP to find a pair with the given sum in an array
  11. Non-Repeating Element
  12. Split the array and add the first part to the end
  13. Find the duplicate number of a given Integer Array.
  14. WAP To split the array and store in different array
  15. Print N*N 0 Matrix
  16. Find the two repeating elements in a given array
  17. Range and coefficient of an array
  18. Find the repeating and the missing
  19. Move all negative numbers to beginning and positive to end with constant extra space
  20. Write a program to find all pairs of elements in an array whose sum is equal to a specified number.
  21. Find a number in an Array
  22. Largest Sum contigous array
  23. Find Maximum Profit In an Array
  24. Sum of All even and odd number in an Array
  25. Printing only Duplicate Elements
  26. Find whether an array is subset of another array
  27. Find Max and Min element in an array
  28. Maximum product subarray
  29. Given an array of size n and a number k, find all elements that appear more than n/k times
  30. Remove all occurance of Number from an Array
  31. Maximum Sum paths of two Arrays.
  32. Find and print all unique elements of a given array of integers.
  33. Remove all negative number of an array
  34. WAP to Non-Repeating Element
  35. Find the second lowest and highest numbers in a given array.
  36. WAP To Find small adjacent of each element from given Array
  37. Check if an array is in ascending order
  38. Make a Pair of Maximum and Minimum number pair of given array
  39. Find largest sum of contiguous subarray within a given array of integers.
  40. GCDs of given index ranges in an array
  41. Rotate an array Kth times in any Direction
  42. Move all zeroes to end of array
  43. Arrange array in wave form
  44. Reverse an array without another array.