Easy

Minimum Distance Between BST Nodes

Problem link:  Minimum Distance Between BST Nodes - LeetCode Given the  root  of a Binary Search Tr…

Sum of Left Leaves

Problem link:  Sum of Left Leaves - LeetCode Given the  root  of a binary tree, return  the sum of …

Binary Tree Paths

Problem link:  Binary Tree Paths - LeetCode Given the  root  of a binary tree, return  all root-to-…

Binary Tree Preorder Traversal

Problem link:  Binary Tree Preorder Traversal - LeetCode Given the  root  of a binary tree, return …

Middle of the Linked List

Problem link:  https://leetcode.com/problems/middle-of-the-linked-list/ Given the  head  of a singl…

Remove Linked List Elements

Problem link:  https://leetcode.com/problems/remove-linked-list-elements/ Given the  head  of a lin…

Binary Tree Inorder Traversal

Problem Link:  https://leetcode.com/problems/binary-tree-inorder-traversal/ Given the  root  of a …

Implement strStr()

Problem Link:  https://leetcode.com/problems/implement-strstr/ Given two strings  needle  and  hay…

Length of Last Word

Problem Link:  https://leetcode.com/problems/length-of-last-word/ Given a string  s  consisting of …

Longest Common Prefix

Problem Link:  https://leetcode.com/problems/longest-common-prefix/ Write a function to find the l…

Valid Parentheses

Problem Link:  https://leetcode.com/problems/valid-parentheses/ Given a string  s  containing just…

Remove Element

Problem Link:  https://leetcode.com/problems/remove-element/ Given an integer array  nums  and an …

Load More
No results found