Time complexity

What is the time complexity of this code ? n^2?

Hello @vishakha_narang Time Complexity: O(M^2 * N) where M is the length of words and N is the total number of words in the input word list.
we have to do this for n words so n will also be multiplied.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.