Yahoo India Web Search

Search results

  1. 2 days ago · Given a 1-based indexing array arr [] of non-negative integers and an integer sum. You mainly need to return the left and right indexes (1-based indexing) of that subarray. In case of multiple subarrays, return the subarray indexes which come first on moving from left to right.

  2. 4 days ago · The task is to find the sum of the contiguous subarray within a arr [] with the largest sum. Example: Input: arr = {-2,-3,4,-1,-2,1,5,-3} Output: 7. Explanation: The subarray {4,-1, -2, 1, 5} has the largest sum 7. Input: arr = {2} Output: 2.

    • 17 min
  3. 5 days ago · We can use printf () to find sum of two numbers as printf () returns the number of characters printed. The width field in printf () can be used to find the sum of two numbers. We can use ‘*’ which indicates the minimum width of output.

  4. 4 days ago · to calculate the sum of digits of a five digit number.

  5. 5 days ago · Add returns the sum with carry of x, y and carry: sum = x + y + carry. The carry input must be 0 or 1; otherwise the behavior is undefined. The carryOut output is guaranteed to be 0 or 1.

  6. 2 days ago · Scoring. Each challenge has a pre-determined score. A participant’s score depends on the number of test cases a participant’s code submission successfully passes. If a participant submits more than one solution per challenge, then the participant’s score will reflect the highest score achieved.

  7. People also ask

  8. 5 days ago · Writer // Sum appends the current hash to b and returns the resulting slice. // It does not change the underlying hash state. Sum(b [] byte ) [] byte // Reset resets the Hash to its initial state.

  1. People also search for