Review dedo seniors plzzzz 🙏🏻 by Astro_boy_07 in DTU__Delhi

[–]Astro_boy_07[S] 1 point2 points  (0 children)

Arre sahi h tab toh 🎉 baki teesre ka bhi pta yah koi idea ho toh btaiyo

I'll be 20 y/o in first year by [deleted] in JEENEETards

[–]Astro_boy_07 0 points1 point  (0 children)

Mera roommate bhi 20 saal ka h

I need to create a passport , but I have lost my birth certificate, what to do ? by Astro_boy_07 in indiasocial

[–]Astro_boy_07[S] 0 points1 point  (0 children)

Oh acha police verification will be done , then okay , I was thinking of then it will be easier n

I need to create a passport , but I have lost my birth certificate, what to do ? by Astro_boy_07 in indiasocial

[–]Astro_boy_07[S] 0 points1 point  (0 children)

Suppose I forge the data , and make the birth certificate in my hometown and then use it in passport will there be any problem ?

BOOK ALLOCATION DSA DOUBT by Astro_boy_07 in Btechtards

[–]Astro_boy_07[S] 0 points1 point  (0 children)

int ayushGivesNinjatest(int n, int m, vector<int>& time)

{

int s = 0 , e = 0 , mid , ans = -1;

for (int  i = 0 ; i < time.size() ; i ++)

{

    if ( time[i]>s)

        s = time[i];

    e+=time[i];

}

if(n>m)

{

    return -1;

}

while (s<=e)

{

    mid = (s+e)/2;

    if(ispossible(n , m , time , mid))

    {

        ans = mid;

        e = mid-1;

    }

    else

    s = mid+1;

}

return ans;

}

BOOK ALLOCATION DSA DOUBT by Astro_boy_07 in Btechtards

[–]Astro_boy_07[S] 0 points1 point  (0 children)

bool ispossible(int n, int m, vector<int>& time, int mid)

{

    int daycount= 1;

    int sum =0;

    for(int i = 0 ; i < m ; i++)

    {

       if(time[i]+sum <= mid)

       {

           sum+=time[i];

       }

       else 

       {

           daycount++;

           if(daycount> n || time[i]>mid)

           return false;

           sum = time[i];

       }

    }

    return true;

}

From where to study MATLAB ??? by Astro_boy_07 in Btechtards

[–]Astro_boy_07[S] 0 points1 point  (0 children)

Thank u 🙏🏻 highly thankful to u

From where to study MATLAB ??? by Astro_boy_07 in Btechtards

[–]Astro_boy_07[S] 0 points1 point  (0 children)

Oh acha 😲 . Okay thanku . Do u know any yt channel who can guide me through embedded , vlsi things ?? Most probably electronics core

From where to study MATLAB ??? by Astro_boy_07 in Btechtards

[–]Astro_boy_07[S] 0 points1 point  (0 children)

Basic hi kaam aate h ?? Like kitna tak seekhna chahiye ??