Q1.Maximum Path Sum in the matrix You have been given an N*M matrix filled with integer numbers, find the maximum sum that can be obtained from... read more
Q2.Intersection of Linked List You are given two Singly Linked List of integers, which are merging at some node of a third linked list. Your ta... read more
Q3.Boolean Matrix Given a 2-dimensional boolean matrix mat of size N x M, modify the matrix such that if an element is 1, set its entire row an... read more