blogger-disqus-facebook
Home
About me
Contact me
Header Ads
Learn Together, Stay Connected.
CODES
_ই-শিক্ষা প্ল্যাটফর্ম
_UVa
Links
_Codeforces
_URI
_Vjudge
Creative Art
Contact me
mail me : mahmudul.hhh@gmail.com
or follow me @LinkedIn:
Mahmudul Hasan
Subscribe to:
Posts ( Atom )
Tags
C
C++
CODES
CODES-ই-শিক্ষা প্ল্যাটফর্ম
Data Structure and Algorithm
Doubly Linked List
DP
GameCode
HackerEarth
HackerRank
Linked List
Singly Linked List
UVa
Blog Archive
Blog Archive
July (3)
April (1)
March (1)
December (1)
November (6)
October (2)
September (3)
August (17)
July (64)
CODEblog
Loading...
Popular Posts
About
Hope everyone will be benefitted from the Blog. I'll try to provide solutions to various types of problems such as programming related s...
ত্রিভুজ প্রিন্ট করা-C
#include <stdio.h> int main() { int i; for(i=1;i<=5;i++) { for(int j=1;j<=i;j++) { printf(...
Determining the value of Exponential function-C++
#include<bits/stdc++.h> using namespace std; int main() { double x,n; double fact=1.0,e=0.0; cin>>x>>n; int i; fo...
ASCII থেকে ক্যারেক্টার-C
#include <stdio.h> #include<math.h> int main() { char a; scanf("%d",&a); printf("%c",a); ...
দুইটি বিন্দুর দূরত্ব-C
#include <stdio.h> #include<math.h> int main() { int x,y,p,q; double m; scanf("%d %d %d %d",&x,&y,...
বর্গক্ষেত্র প্রিন্ট করা-C
# include <stdio.h> int main ( ) { int i ; for ( i = 1 ; i <= 4 ; i ++ ) { for ( int j = 1 ; j <=...
ত্রিভুজের ক্ষেত্রফল-২-C
#include < stdio.h > #include< math.h > int main() { int a,b,c; double area,s; scanf( "%d %d %d" ,...
ফাঁকা বাক্স প্রিন্ট করা-C
#include <stdio.h> int main() { int i; for(i=1;i<=7;i++) { for(int j=1;j<=7;j++) { if(i...
Finding Max and Min of an Array -C
#include<bits/stdc++.h> using namespace std; int main() { ios_base :: sync_with_stdio(0);cin.tie(0);cout.tie(0); //freopen("in...
Spell Out a number-C++
#include<bits/stdc++.h> using namespace std; int main() { char a1[10][10]={"Zero","One","Two",...
Comments
3/recent-comments
Subscribe
Posts
Atom
Posts
All Comments
Atom
All Comments
Theme images by
Dizzo
. Powered by
Blogger
.