Question d’entretien chez Intuit

Given a String, reverse the string. Additionally, reverse the words in the string. Lastly, verify the output with test cases and give a Big O runtime analysis for your algorithm

Réponse à la question d'entretien

Utilisateur anonyme

8 août 2019

I leveraged Java's internal String libraries to more easily split up the string by words.