Palindrome Linked List: Given the head of a singly linked list, return true if it is a palindrome or false otherwise.
read morePalindrome Linked List: Given the head of a singly linked list, return true if it is a palindrome or false otherwise.
read moreMiddle of the Linked List: Given the head of a singly linked list, return the middle node of the linked list.
read moreReverse Linked List: Given the head of a singly linked list, reverse the list, and return the reversed list.
read moreBest Time To Buy And Sell Stock: You are given an array prices where prices[i] is the price of a given stock on the ith day.
read moreDiameter of Binary Tree: Given the root of a binary tree, return the length of the diameter of the tree.
read morePath Sum: Given the root of a binary tree and an integer targetSum, return true if the tree has a root-to-leaf path such that adding up all the values along the path equals targetSum.
read moreDon’t settle for anything less than the crown. Join our newsletter and become the King of Interviews! Click here to join now and get the latest updates.