1052. Grumpy Bookstore Owner | Sliding Window | Walmart Labs | EPAM Systems

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • In this video, I'll talk about how to solve Leetcode 1052. Grumpy Bookstore Owner | Sliding Window | Walmart Labs | EPAM Systems
    Let's Connect:
    📱Discord (Join Community) : / discord
    📝Linkedin: / aryan-mittal-0077
    📸 Instagram: / codewitharyanbhai
    💻 Twitter - / aryan_mittal007
    🤖 Github: github.com/ary...
    About Me:
    I am Aryan Mittal - A Software Engineer in Goldman Sachs, Speaker, Creator & Educator. During my free time, I create programming education content on this channel & also how to use that to grow :)
    ✨ Hashtags ✨
    #programming #Interviews #leetcode #faang #maang #datastructures #algorithms

Комментарии • 17

  • @EngineeringWithBhavesh
    @EngineeringWithBhavesh 3 месяца назад +6

    am i only the one who was not able to do it on its own?

  • @codebreaker6578
    @codebreaker6578 3 месяца назад +5

    who else done it by themselves , without being grumpy 😂😂

  • @IK-xk7ex
    @IK-xk7ex 3 месяца назад +2

    I solved it by myself the same way, probably because there is no another way to solve it :)

  • @harshal8781
    @harshal8781 3 месяца назад +2

    aaj company ke shirt dhone dale hai kya 🙃

  • @iankitveer
    @iankitveer 3 месяца назад

    What drawing tool is this ?

  • @shawtylikesfood
    @shawtylikesfood 3 месяца назад +1

    Did you buy the leetcode premium? Or are you using an extension?

  • @codecraftV
    @codecraftV 3 месяца назад

    @Aryan Mittal Bro please answer my question can i say that this questions is similar to maximum sum sub array of length min , since we need maximum customers right? So , we have to maximize the sum , can i do it in that way

  • @mohit7717
    @mohit7717 3 месяца назад

    I try to think the same problem using vector of pair but unable to do ...
    ```
    int maxSatisfied(vector& customers, vector& grumpy, int minutes) {
    vectorpr;
    for(int i=0;i

  • @mohit7717
    @mohit7717 3 месяца назад

    You clear question as I take 2 I miss consecutive minutes ... thanks Aryan

  • @prathamsharma4416
    @prathamsharma4416 3 месяца назад

    thanks broo

  • @ankitkumaryadav562
    @ankitkumaryadav562 3 месяца назад

    customers = [10,1,7]
    grumpy = [0,0,0]
    minutes = 2
    Output - 18
    Some body please explain me this how the output is 18
    It supposed to be "11"

    • @developer00007
      @developer00007 3 месяца назад +3

      Answer is 18 because the store owner is not grumpy throughout the minutes as you can see it's [0,0,0] hence there no need to use the minutes variable which is 2.

    • @ankitkumaryadav562
      @ankitkumaryadav562 3 месяца назад +1

      @@developer00007 Understand, I thought 0 means grumpy

    • @abinash1878
      @abinash1878 3 месяца назад

      Read the problem properly

    • @Sanjay-iy5zf
      @Sanjay-iy5zf 3 месяца назад

      Take time to read the problem cleary and become friend with it