Leetcode 1601. Maximum Number of Achievable Transfer Requests

leetcode.com/problems/maximum...

Пікірлер: 10

  • @angrywolfjr7164
    @angrywolfjr7164 Жыл бұрын

    who else is here from daily leetcode problem 💀

  • @beinghappy9223
    @beinghappy9223 Жыл бұрын

    Amazing explanation bhaiya , so cool and calm and clear .

  • @sahebsarkar8330
    @sahebsarkar8330 Жыл бұрын

    Atleast bulid the approach with dry run coding part is not a very big deal.

  • @dhairyachauhan6622
    @dhairyachauhan6622 Жыл бұрын

    how do one come up with this on his own i could never think of backtracking

  • @prathamsharma3502

    @prathamsharma3502

    Жыл бұрын

    leetcode daily problem se sidha idhar xD

  • @Music-tp8gg
    @Music-tp8gg Жыл бұрын

    Recursion stack space ki wajah se space constant nahi hogi.

  • @champion5946
    @champion5946 Жыл бұрын

    Great

  • @ShubhamSingh-xg5tl
    @ShubhamSingh-xg5tl Жыл бұрын

    class Solution { public: int maximumRequests(int n, vector& requests) { vectorinner(n,0); vectorouter(n,0); for(int i=0;i

  • @sakthim7160
    @sakthim71603 жыл бұрын

    Change the thumbnail bro. It's showing some other question

  • @mohammadfraz

    @mohammadfraz

    3 жыл бұрын

    thanks