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

Array

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