
Software engineer
LC-Unique Paths
Unique Paths Question There is a robot on an m x n grid.
read moreUnique Paths Question There is a robot on an m x n grid.
read moreSum 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 moreLongest Substring Without Repeating Characters Question Given a string s, find the length of the longest substring without repeating characters.
read moreAdd Two Numbers Question You are given two non-empty linked lists representing two non-negative integers.
read moreTwo 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 moreMerge Two Sorted Lists Question You are given the heads of two sorted linked lists list1 and list2.
read more