#include<bits/stdc++.h> using namespace std; #define ll long long int ll coinchange(ll s[], ll m, ll n ) { ll table[n+1],i,...
Read More
Home / Archive for September 2017
কয়েন চেঞ্জ – সেট ১
কয়েন চেঞ্জ এর অনেক ধরনের প্রব্লেম আছে । ডাইনামিক প্রোগ্রামিং অথবা রিকার্সন ব্যবহার করে এই প্রব্লেম গুলো সমাধান করা যায় । এই টিউটো...
Read More
UVA 674 Coin Change
#include<bits/stdc++.h> using namespace std; int coinchange(int S[], int m, int n ) { int table[n+1]; memset(table, 0, ...
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
WebProject - Online Button Generator
Demo https://shawon100.github.io/Button-Generator/index.html Download https://github.com/shawon100/Button-Generator Button-G...
Read More
NodeJs MySQL-Insert-And-Show Example
# Download https://github.com/shawon100/NodeJS-MySQL-Insert-And-Show # NodeJS-MySQL-Insert-And-Show This is a simple nodejs mysq...
Read More
Subscribe to:
Posts
(
Atom
)