Row with max 1s | Problem of the Day | May 4 2021 | GeeksforGeeks Practice by sKSama | Hindi

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 พ.ย. 2024

ความคิดเห็น • 8

  • @Corporate_majdoor123
    @Corporate_majdoor123 ปีที่แล้ว

    nice and easy approach

  • @ankitdubey9310
    @ankitdubey9310 3 ปีที่แล้ว

    class Solution{
    public:
    int rowWithMax1s(vector arr, int n, int m) {
    int ans=-1;

    int sr=0,sc=m-1;
    for(int i=0;i

  • @harpritsinhyadav7271
    @harpritsinhyadav7271 3 ปีที่แล้ว

    Great solution.I did a little complex and extra work where I found the first and last occurence of 1 using binary search.Then I calculated total1s by last_occurence - first_occurence+1 and checked if it is greater than previous numbers .This would be of O(N logM) xDDD.

  • @ankitkumarmahato4318
    @ankitkumarmahato4318 3 ปีที่แล้ว

    first tell me ye brute force wala approach all test cases pass kyu nhi kar rha hai. at least tle to dikhaye

    • @amanchoudhary4801
      @amanchoudhary4801 3 ปีที่แล้ว

      are mera pass ho gaya . tu galti kar raha hoga

    • @ankitkumarmahato4318
      @ankitkumarmahato4318 3 ปีที่แล้ว

      @@amanchoudhary4801 Bro you are late.
      They removed the bug after me complaining to them.

    • @amanchoudhary4801
      @amanchoudhary4801 3 ปีที่แล้ว +1

      @@ankitkumarmahato4318 ohh achaa. srry mujhe pata nhi tha

  • @anweshakumar7838
    @anweshakumar7838 3 ปีที่แล้ว

    👌👌🙏🙏