15 posts are tagged with "crt"

  1. October 01, 2021

    Consider an array of numeric strings where each string is a positive number with anywhere from to digits. Sort the array’s elements in non…

  2. October 01, 2021

    Given two arrays A and B of size N and M respectively, print the count of elements in the intersection (or common elements) of the two…

  3. August 28, 2021

    Given an m x n matrix, return true if the matrix is Toeplitz. Otherwise, return false. A matrix is Toeplitz if every diagonal from top-left…

  4. August 28, 2021

    Chef decided to find the connections with all of his friends in an unnamed social network. He calls a user of the social network his…

  5. August 27, 2021

    Problem Explanation : In this problem you will be provided with array A of N elements in it and K.We need to find the distinct valid…

  6. August 27, 2021

    Problem statement- For a given string s, the task is to compute the length of the longest proper prefix which is same as the suffix of the…

  7. August 26, 2021

    Problem Statement: Manipulating numbers is at the core of a programmer’s job. To test how well you know their properties, you are asked to…

  8. August 26, 2021

    Problem Statement: You will be given a list of 32 bit unsigned integers. Flip all the bits ( and ) and return the result as an unsigned…

  9. August 26, 2021

    Problem Statement: Lauren has a chart of distinct projected prices for a house over the next several years. She must buy the house in one…

  10. August 25, 2021

    Given a sqaure matrix of dimensions r x c (of course r and c will be same) find whether the overall sum of all elements on left diagonal of…

  11. August 25, 2021

    Given a R x C matrix Fill matrix with values from 1 to RxC spirally. We’ve to repeatedly print elements using these orders (Left->Right…

  12. August 24, 2021

    Shreya is an average student in her school. She wants to get scholarship but her teacher gave her a puzzle to solve, in puzzle she will be…

  13. August 24, 2021

    Each student in KLU is given a matrix and are assigned with few tasks, Rishab being a student of kLU is also given a matrix and is assigned…

  14. August 16, 2021

    Holidays have finished. Thanks to the help of the hacker Leha, Noora managed to enter the university of her dreams which is located in a…

  15. August 16, 2021

    Write a program which identifies the number of combinations of three integers which satisfy the following conditions: You should select…

← All tags