Software engineer
LC-Unique Paths
Unique Paths Question There is a robot on an m x n grid.
read more
Unique Paths Question There is a robot on an m x n grid.
read more
Sum of Root To Leaf Binary Numbers Question You are given the root of a binary tree where each node has a value 0 or 1.
read more
Longest Substring Without Repeating Characters Question Given a string s, find the length of the longest substring without repeating characters.
read more
Add Two Numbers Question You are given two non-empty linked lists representing two non-negative integers.
read more
Two Sum Question Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
read more
Merge Two Sorted Lists Question You are given the heads of two sorted linked lists list1 and list2.
read more