All Courses

How to check If Two String Arrays are Equivalent or not?

By Albert, 3 years ago
  • Bookmark
0

Given two string arrays str1 and str2, return true if the two arrays represent the same string, and false otherwise.

A string is represented by an array if the array elements concatenated in order forms the string.

Array
String
Python
0 Answer
Your Answer

Webinars

More webinars

Related Discussions

Running random forest algorithm with one variable

View More