Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Problem – Pow(x, n) LeetCode Solution Implement pow(x, n), which calculates x raised to the…
Problem – Group Anagrams LeetCode Solution Given an array of strings strs, group the…
Problem – Permutations LeetCode Solution Given an array nums of distinct integers, return all the…
Problem – Combination Sum LeetCode Solution Given an array of distinct integers candidates and a target…
Problem – Search Insert Position LeetCode Solution Given a sorted array of…
Problem – Search in Rotated Sorted Array LeetCode Solution There is an…
Problem – Next Permutation LeetCode Solution A permutation of an array of integers is…
Problem – Generate Parentheses LeetCode Solution Given n pairs of parentheses, write a function…
Problem – Valid Parentheses LeetCode Solution Given a string s containing just the characters ‘(‘, ‘)’, ‘{‘, ‘}’, ‘[‘ and ‘]’,…
Problem – String to Integer (atoi) LeetCode Solution Implement the myAtoi(string s) function, which…
Problem – Zigzag Conversion LeetCode Solution The string “PAYPALISHIRING” is written in a zigzag…
Problem – Longest Substring Without Repeating Characters LeetCode Solution Given a string s,…
Problem – Add Two Numbers LeetCode Solution You are given two non-empty linked lists…
Problem – Two Sum LeetCode Solution Given an array of integers nums and an…
Problem – Min Max Game LeetCode Solution You are given a 0-indexed integer array nums whose…
Problem – Partition Array Such That Maximum Difference Is K LeetCode Solution…
Problem – Replace Elements in an Array LeetCode Solution You are given…
Problem – Design a Text Editor LeetCode Solution Design a text editor…
Problem – Find Closest Number to Zero LeetCode Solution Given an integer…
Problem – Number of Ways to Buy Pens and Pencils LeetCode Solution…