DataRobot Interview Question

One was about finding words in a paragraph other was sorting a 2d array

Interview Answer

Anonymous

Apr 13, 2022

Just iteration through the paragraph is good enough after. Use any substring matching algorithms you know. For the second one using a lambda for sorting a particular range in a list containing 2 lists is the best approach