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

Array

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