Coding Problems
Convert temperature from Fahrenheit to Celsius.
String Length
EasyFind the length of a string without using built-in functions
Calculate simple interest given principal, rate, and time.
Count the number of connected components in an undirected graph
Graph Valid Tree
MediumDetermine if a graph is a valid tree (no cycles, fully connected)
Pacific Atlantic Water Flow
MediumFind cells where water can flow to both Pacific and Atlantic oceans
Word Ladder
HardFind the length of shortest transformation sequence from beginWord to endWord
Combination Sum
MediumFind all unique combinations where candidate numbers sum to target
Permutations
MediumReturn all possible permutations of a collection of distinct integers
Longest Consecutive Sequence
MediumFind the length of the longest consecutive elements sequence
Find the Duplicate Number
MediumFind the duplicate number in an array of integers
Create a deep copy of a linked list with random pointers