Tip 1 : Be Confident
Tip 2 : Talk about your approach
Tip 3 : Practice the description of your project to keep it concise and accurate
Tip 1 : Be honest in your resume
Tip 2 : Well structured



We cannot use the element at a given index twice.
Try to do this problem in O(N) time complexity.


If the given arrays are [1, 2, 3] and [1, 2] then you need to return true as ARR2 is a subset of ARR1, but if the given arrays are [1, 2, 3] and [1, 2, 2] then you need to return false since ARR2 is not a subset of ARR1.
solved using subarray
Statistics problem about changing the data points how it would impact Mean and Standard Deviation
Tip 1: Clear your Basics
Tip 2: Communicate with interviewer

Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
How do you remove whitespace from the start of a string?