Skip to content

Conversation

Qambar
Copy link

@Qambar Qambar commented Apr 12, 2023

This optimized version should be more efficient and less likely to cause a timeout error, as it takes advantage of the set operations provided by Python. The complexity of the function is now O(min(len(s1), len(s2))), which is a significant improvement over the original O(len(s1) * len(s2)) complexity.

This optimized version should be more efficient and less likely to cause a timeout error, as it takes advantage of the set operations provided by Python. The complexity of the function is now O(min(len(s1), len(s2))), which is a significant improvement over the original O(len(s1) * len(s2)) complexity.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants