Posts on page 7

  1. August 29, 2021

    Using JSP Concepts try to execute the following scenario. Which consist of two tasks. Task 2: Create a catalogue page containing the book’s…

  2. 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…

  3. 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…

  4. 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…

  5. 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…