automaty do gier
skip to main
|
skip to sidebar
Coding Contender
This is a technical blog.
Social Icons
Pages
Home
গ্রাফ থিওরি
Solution of online judge problems.
গ্রাফ থিওরি
গ্রাফ থিওরি - পর্ব-১ ( সাধারণ আলোচনা)
গ্রাফ থিওরি - পর্ব-২ ( অ্যাডজেসেন্সি ম্যাট্রিক্স )
No comments:
Post a Comment
Home
Subscribe to:
Posts (Atom)
Ad1
Popular Posts
My solve Of Unline judge problems.
Solve of UVA 11723: Numbering Roads
Solve of UVA 11723: Numbering Roads #include<bits/stdc++.h> using namespace std; int main() { long long int a,b,c,...
Solve of UVA 11716:Digital Fortress
Solve of UVA 11716: Digital Fortress #include <bits/stdc++.h> using namespace std; int main() { int a,b,c,d,i,j,k,L...
Solve Of UVA 13152 (Balanced String)
এটার খুব সহজ স্ট্রেইট সলুশন আছে। প্রথমত আমাকে যে array দেওয়া হবে সেখানে দেখতে হবে কোন কম্বিনেশনে এমন array বানানো সম্ভব কিনা যেটা ১টা ভ্যাল...
Solve of UVA 11470: Square Sums
Solve of UVA 11470: Square Sums #include<stdio.h> int A[11][11]; int main() { int n,i,j,k=1,a,b,sum; whi...
Solve of UVA 12542: Prime Substring
Solve of UVA 12542: Prime Substring #include<iostream> #include<stdio.h> using namespace std; int mx = 100000; int arr[...
List of programming languages.
A programming language is a formal constructed language designed to communicate instructions to a machine, particularly a computer. P...
Solve of UVA 11371: Number Theory for Newbies
Solve of UVA 11371: Number Theory for Newbies #include<bits/stdc++.h> using namespace std; bool cmp(int a,int b) { ...
Solve of UVA 12541: Birthdates
Solve of UVA 12541: Birthdates #include<iostream> #include<stdio.h> #include<algorithm> using namespace std; str...
Solve of UVA 12750: Keep Rafa at Chelsea!
Solve of UVA 12750: Keep Rafa at Chelsea! #include<iostream> #include<stdio.h> using namespace std; int main() { i...
About Me
Riasat Ali
View my complete profile
Powered by
Blogger
.
Social Icons
Labels
contest
graph theory
list
List of practice sites
OJ
Online judge
programming
Programming contest
programming languages
programming practice
UVA
Sample Text
Followers
Blog Archive
▼
2017
(1)
▼
April
(1)
Solve Of UVA 13152 (Balanced String)
►
2015
(24)
►
November
(20)
►
April
(2)
►
March
(2)
Sample text
Sample Text
No comments:
Post a Comment