Home / Archive for June 2018
LightOj 1043 Triangle Partitioning
Hints: ADE/ABC=DE^2/BC^2 and AD/AB=DE/BC #include <bits/stdc++.h> using namespace std; int main() { int t,i,j; flo...
Read More
UVA 750 8 Queens Chess Problem
#include <bits/stdc++.h> using namespace std; int n,a,b,h; void solution(int board[32][32]) { int p,q; printf("%2...
Read More
UVA 10474 Where is the Marble?
#include <bits/stdc++.h> using namespace std; int main() { long long int n,q,i,j,k,l,m,t=0; //freopen("uvain.txt&...
Read More
Binary Search in C++
#include <bits/stdc++.h> using namespace std; #define ll long long ll mi,ma,mid,n; ll binary_search(ll b[],ll key) { ll m;...
Read More
LightOj 1116 Ekka Dokka
#include <bits/stdc++.h> using namespace std; int main() { long long int l,m,t,w,y,z,h,x,p,q,n; //freopen("input...
Read More
Multi Layer Perceptron And Back Propagation Step By Step in Bangla
backpropagation যারা স্র্যাচ থেকে (Multi layer Perceptron) মাল্টিলেয়ার পারসেপট্রন ও Back propagation কিভাবে কাজ করে বু...
Read More
Subscribe to:
Posts
(
Atom
)