Tip 1: Have good knowledge of ML
Tip 2: For quant firms, prepare statistics and probability
Tip 3: Have good knowledge of DSA
Tip 1: Don’t lie on resume
Tip 2: Prepare all questions from resume
Use ML models to solve the Hangman problem
1. You can return the list of values in any order. For example, if a valid triplet is {1, 2, -3}, then {2, -3, 1}, {-3, 2, 1} etc is also valid triplet. Also, the ordering of different triplets can be random i.e if there are more than one valid triplets, you can return them in any order.
2. The elements in the array need not be distinct.
3. If no such triplet is present in the array, then return an empty list, and the output printed for such a test case will be "-1".
Round on the hangman assignment + some DSA questions
Here's your problem of the day
Solving this problem will increase your chance to get selected in this company
Which array operation has O(n) worst-case time complexity?