Рет қаралды 12,733
In this video we are solving a very popular Facebook interview question: Valid Word Abbreviation (Leetcode # 408).
Despite being marked as an Easy level question, this one is definitely more of a medium as there are quite a few edge cases to take care of and it makes this problem quite annoying to deal with. We can solve it using a pretty straightforward two pointer solution though. Stay tuned to find out how!