ধরা যাক তুমি বুফে খেতে এসেছ কোন রেস্টুরেন্ট এ। এখন তোমার টারগেট হল এমন সব খাবার খাবা যেন মোট দাম সবথেক...
Read More
Home / knapsack
Showing posts with label knapsack. Show all posts
Showing posts with label knapsack. Show all posts
Fractional KnapSack Code In C++
#include <bits/stdc++.h> using namespace std; bool compare(const pair<double,double>& x,const pair<double,double&g...
Read More
SPOJ Knapsack
#include <bits/stdc++.h> using namespace std; long long int knapsack(long long int nn,long long int mm,long long int ncost[],lon...
Read More
UVA-10130 SuperSale
#include <bits/stdc++.h> using namespace std; int main() { int wt[1005],val[1005],W[1005],V[1005][120],w,i,g,t,j,n,k,m;...
Read More
Subscribe to:
Posts
(
Atom
)