Q1. Contains Duplicate Problem Statement Given an array of integers ARR and an integer K , determine if there exist two distinct indices i and ... read more
Q2. Palindromic Linked List Problem Statement Given a singly linked list of integers, determine if it is a palindrome. Return true if it is a p... read more
Q3. Search in a 2D Matrix Given a 2D matrix MAT of size M x N, where M and N represent the number of rows and columns respectively. Each row is... read more