Full Stack Engineer
Owns product work across client, server, and data boundaries.
4 linked problems
Problems
Add Two Numbers
Sum two integers represented as reversed digit linked lists and return the result as a linked list.
Concatenation Of ArrayDuplicate array content in sequence to create a 2n output.
Search Suggestions SystemBuild incremental typeahead suggestions as a user types.
Two SumUse a hash map to resolve complement lookups in one pass.