LeetCode Experience · Sep 2016

Uber | Phone screen | String pattern matching

2 upvotes 6,447 views 8 replies

Interview Experience

The matching should cover the entire input string (not partial). The function prototype should be: bool isMatch(String str, String patter) Some examples: isMatch("aa","a") \u2192 false isMatch("aa","aa") \u2192 true isMatch("aaa","aa") \u2192 false i…

Full Details

🔒

Unlock full leaked content

Full insider details, leaked discussions, and candidate experiences.

Get Premium →

Topics

Strings