The problem statement : https://leetcode.com/problems/contains-duplicate/ The simplest and naive…
Read moreGiven an integer x , return true if x is a palindrome and false otherwise. Examples: Input : x…
Read moreGiven a quare matrix mat , return the sum of the matrix diagonals. Only include the sum of all the…
Read moreGiven an integer array nums and an integer k , return the k th largest element in the arr…
Read moreGiven an array of integers nums sorted in non-decreasing order, find the starting and ending po…
Read moreGiven two strings s and t , return true if t is an anagram of s , and false otherwi…
Read moreProblem : You are given two non-empty linked lists representing two non-negative integers. The …
Read moreTwo Sum Problem : Given an array of integers nums and an integer target , return indices of the…
Read more