Yahoo India Web Search

Search results

  1. 3 days ago · Number Series Question 6 Detailed Solution. Download Solution PDF. Here, we have repeated series of the first 4 terms i.e. 1,2,3,4 and the sum becomes 10. ⇒ Total number of such repeated series = 2004/4 = 501. ⇒ Sum of the first 2004 terms = 501 × 10 = 5010. ∴ Sum of the first 2007 terms = 5010 + 1 + 2 + 3 = 5016.

  2. 5 days ago · This article will show you how to split an array into a specific number of chunks using PHP. There are basically two approaches to solve this problem, these are: Table of Content. Using array_chunk () function. Using array_slice () function. Using array_map with range. Using a Generator Function.

  3. 2 days ago · Missing Number; 1 question may or may not be asked from this topic. High Accuracy is possible. Questions asked will be based on a Missing number in Matrix and Diagram type. Hardest Questions in the End! Series ; From the Series you can expect 1 question which may or may not be asked in the exam. The questions asked are very tricky and time ...

  4. 5 days ago · Facebook Interview Coding Questions: Easy: Find all pairs with a given sum. Minimum Depth of a Binary Tree. Implement strstr. K-Palindrome. Largest subset whose all elements are Fibonacci numbers. Converting Decimal Number lying between 1 to 3999 to Roman Numerals. Find all pairs with a given sum.

  5. 4 days ago · Flatten a Matrix in Python using NumPy. Counts the number of non-zero values in the array. Trim the leading and/or trailing zeros from a 1-D array. Reverse a numpy array. NumPy Matrix Exercises. Get the maximum value from given matrix. Get the minimum value from given matrix.

  6. 2 days ago · Printing a 2D array constitutes a common operation, and Java presents several approaches to accomplish this task. 2.1. Using Nested Loops. The most straightforward method involves using nested loops to iterate through the rows and columns of the 2D array. This method is simple and intuitive, making it an excellent choice for basic array printing.

  7. 5 days ago · If the number is greater than 17, return twice the absolute difference. Click me to see the sample solution. 17. Write a Python program to test whether a number is within 100 of 1000 or 2000. Click me to see the sample solution. 18. Write a Python program to calculate the sum of three given numbers. If the values are equal, return three times ...