Backend Engineer
Builds APIs, services, and data-intensive systems.
11 linked problems
Problems
Sum two integers represented as reversed digit linked lists and return the result as a linked list.
Binary SearchSolution walkthrough for binary search with code and practical use cases.
Longest Palindromic SubstringSolution walkthrough for longest palindromic substring with code and practical use cases.
Longest Substring Without Repeating CharactersSolution walkthrough for longest substring without repeating characters with code and practical use cases.
Median of Two Sorted ArraysSolution walkthrough for median of two sorted arrays with code and practical use cases.
Palindrome NumberSolution walkthrough for palindrome number with code and practical use cases.
Relative RanksSolution walkthrough for relative ranks with code and practical use cases.
Remove Duplicates from Sorted ArraySolution walkthrough for remove duplicates from sorted array with code and practical use cases.
Search Suggestions SystemBuild incremental typeahead suggestions as a user types.
Two SumUse a hash map to resolve complement lookups in one pass.
Wiggle SubsequenceSolution walkthrough for wiggle subsequence with code and practical use cases.