Adobe1y agoGiven an integer array nums and an integer k, return true if nums has a subarray of at least two elements whose sum is a multiple of k.TechnicalSWE
Adobe1y agoGiven stock prices for the next n days, how can you maximize your profit by buying or selling one share per day?TechnicalSWE
Visa4mo agoHow would you detect a fraudulent transaction in a given geography where users mostly spend online?TechnicalPM
Airbnb1y agoGiven the head of two singly linked lists, write a function to return the point where they intersect (if any).TechnicalSWE