Sir can you please send notes for analysis and design algorithm for studying for vtu?? you can upload to google drive and send link here sir btw u r very good teacher thank you sir
#include int max(int a,int b) { if(a>b) return a; else return b; } int main() { int n,M,i,j,w[10],p[10],v[10][10],x[10]={0}; printf(" Read the number of objects :"); scanf("%d",&n); printf(" enter the weights of objects "); for(i=1;i
Sir can you please send notes for analysis and design algorithm for studying for vtu?? you can upload to google drive and send link here sir btw u r very good teacher thank you sir
Send a mail to girishraosalanke@gmail.com, I will send notes
Nice
Sir give me the link of the notes sir 🙏
sir can you send me your code ?
#include
int max(int a,int b)
{
if(a>b)
return a;
else return b;
}
int main()
{
int n,M,i,j,w[10],p[10],v[10][10],x[10]={0};
printf("
Read the number of objects :");
scanf("%d",&n);
printf("
enter the weights of objects
");
for(i=1;i
@@datastructuresalgorithmsby7411 Thanks sir!