REVERSE WORDS IN A STRING | LEETCODE 151 | PYTHON SOLUTION

Опубликовано: 23 Октябрь 2024
на канале: Cracking FAANG
7,744
74

In this video we are solving a popular Microsoft interview question: Reverse Words in a String.

This is a medium level question on Leetcode but really it's quite simple and just involves some string parsing. Realistically the only tricky part is dealing with the fact that there can be multiple whitespaces in the string but otherwise it's smooth sailing.

Make sure to subscribe to the channel if you enjoyed this video!