Introducing Frequently Asked Interview Problem series, where top coders in the industry will be discussing the must-learn problems and explain them in detail. Almost all the top-notch companies ask about these problems in their interviews (Yes, including FAANG companies). In this week's video, Saptarshi Mukherjee, an incoming SDE at Google, talks about the challenging Sliding Window Maximum problem. This is one of the hardest yet essential problems that you need to know. This problem is about finding the maximum of all the subarrays of size k. He discusses how to approach the question, the logic, the concepts, and how to implement them.
Competitive ProgrammingCodingProgramming
0 Comments