Palindrome Number Leetcode Javascript Solution
Question 9. Palindrome Number – Leetcode Javascript Solution Difficulty Easy Question Type String Question Link https://leetcode.com/problems/palindrome-number/ Problem Description : Given an integer x, return true if x is palindrome integer.…
Find First and Last Position of Element in Sorted Array
Question 34. Find First and Last Position of Element in Sorted Array – Leetcode Javascript Solution Difficulty Medium Question Type Array Question Link https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/ Problem Description : Given an array…
Kth Largest Element in an Array leetcode solution
Question 215. Kth Largest Element in an Array – Leetcode Javascript Solution Difficulty Medium Question Type Array Question Link https://leetcode.com/problems/kth-largest-element-in-an-array/ Problem Description : Given an integer array nums and an…
Google Initial Phone Screen Interview Questions 2022
Google Initial Phone Screen Interview Questions : 1. What is the disadvantage of mergesort? 2.which is better merge sort/quick sort? 3. Worst case complexity of