Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

404 Not Found


Maybe your looking for one of these pages?

  • latex sum
  • latex sum
  • time complexity of sum of even number
  • latex sum index below
  • In this challenge, you are required to calculate and print the sum of the elements in an array, keeping in mind that some of those integers may be quite large
  • How to find the suarray with maximum sum using divide and conquer
  • algorithms for Determine the sum of al digits of n
  • Array Challenge Have the function ArrayChallenge(arr) take the array of integers stored in arr, and determine if any two numbers (excluding the first element) in the array can sum up to the first element in the array. For example: if arr is [7, 3, 5, 2, -
  • 19 Given an array of positive integers arr, return the sum of all possible odd-length subarrays of arr
  • find subarray with given sum
  • Find subarrays with given sum in an array
  • find subarray with given sum
  • Problem Statement: Given a sorted number array and two integers ‘K’ and ‘X’, find ‘K’ closest numbers to ‘X’ in the array. Return the numbers in the sorted order. ‘X’ is not necessarily present in the array.
  • c++ take n number from the user and store them in array and get the max, min number of them and also find the average/summation of these numbers
  • Ezzat has an array of n integers (maybe negative). He wants to split it into two non-empty subsequences a and b, such that every element from the array belongs to exactly one subsequence, and the value of f(a)+f(b) is the maximum possible value, where f(x
  • if the given array is sorted in ascending order and prints "OK" if the answer is positive, otherwise prints "BROKEN" in java
  • 21 Given two string arrays word1 and word2, return true if the two arrays represent the same string, and false otherwise. // A string is represented by an array if the array elements concatenated in order forms the string
  • Top K Frequent code in java Given an integer array nums and an integer k, return the k most frequent elements. You may return the answer in sorted order. Note: Your algorithm's time complexity must be better than O(n log n), where n is the array's size
  • How to find continuous sub array whose sum is equal to given number?
  • Organize Array Elements - Even and Odd Write a program to organize 2 arrays to contain even and odd elements in sorted order. Sample input E Sample output Explanation Lets say we 2 arrays as given below. A13) = (1, 2, 6) BI31 = (3, 4, 9) Write a functions
  • Write an Algorithm to check whether a given array of integers contains 5's and 7's. Implement the algorithm using either C++ or Java.
  • . Create a random array of n integers. Accept a value x from user and use linear search algorithm to check whether the number is present in the array or not and output the position if the number is present.
  • In this challenge, you are required to calculate and print the sum of the elements in an array, keeping in mind that some of those integers may be quite large. Function Description Complete the aVeryBigSum function in the editor below. It must retur
  • X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.