LeetCode 238.
Question ``` Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i].
Question ``` Given an integer array nums, return an array answer such that answer[i] is equal to the product of all the elements of nums except nums[i].
Question ``` Given an array of integers citations where citations[i] is the number of citations a researcher received for their ith paper, return the researc...
Question ``` There is a bookstore owner that has a store open for n minutes. Every minute, some number of customers enter the store. You are given an integer...
Question ``` In the universe Earth C-137, Rick discovered a special form of magnetic force between two balls if they are put in his new invented basket. Rick...
Intro LeetCode 121 & LeetCode 122 are similiar so here I put them in a same page.