ขนาดวิดีโอ: 1280 X 720853 X 480640 X 360
แสดงแผงควบคุมโปรแกรมเล่น
เล่นอัตโนมัติ
เล่นใหม่
Please fill the Feedback form for PCD: forms.gle/8P3zUtdqx2BwJDej9
Great explanations! Thanks!! Any resources where I can learn more about counting techniques?
Da new goat🙏🏻🙏🏻
nice explanation , please do one for biweekly too
Biweekly 4th problem please
Gaurish nice explanation
Lord Baliga🤟
provide code link for the last 4th problem @Gaurish
I did 2nd Question 😢with O(n) solution
Bhaiya , Biweekly k liye bhi upload krdo video
Bro code in java too
I used 2 pointers for the problem B....got 2 penalties but finally it worked...here is my code class Solution {public: int maxIncreasingSubarrays(vector& nums) { int i=0,j=0; int n=nums.size(); vectorarr; while(i
Please fill the Feedback form for PCD: forms.gle/8P3zUtdqx2BwJDej9
Great explanations! Thanks!!
Any resources where I can learn more about counting techniques?
Da new goat🙏🏻🙏🏻
nice explanation , please do one for biweekly too
Biweekly 4th problem please
Gaurish nice explanation
Lord Baliga🤟
provide code link for the last 4th problem @Gaurish
I did 2nd Question 😢with O(n) solution
Bhaiya , Biweekly k liye bhi upload krdo video
Bro code in java too
I used 2 pointers for the problem B....got 2 penalties but finally it worked...here is my code
class Solution {
public:
int maxIncreasingSubarrays(vector& nums) {
int i=0,j=0;
int n=nums.size();
vectorarr;
while(i