N:B :- Use Garbage Collector System.gc() after print to clear garbages and reduce memory size . import java.math.*; import java.util...
Read More
Home / Archive for June 2017
How To Make An Online Compiler By PHP
Download Full Project https://github.com/shawon100/Online-Compiler Online-Compiler This is an online compiler that can compi...
Read More
Web Project--Image Layer
Image layer generates a new layered image from your given image by adding a support layer . You can make you own support layer and b...
Read More
LightOj 1179 Josephus Problem
Tutorial : Josephus Problem #include <bits/stdc++.h> using namespace std; int lastman(int n,int k) { if(n==1) {...
Read More
DFS Algorithm in Bangla (ডিএফএস রিকার্শন (DFS Recursion) )
ডিএফএস (Depth First Search) হল গ্রাফ ট্রাভার্স করার এক ধরনের পদ্ধতি । নাম শুনেই বুজতে পারছি যে এক্ষেত্রে গ্রাফ এর গভী...
Read More
Find Out CPU Time Of A Program In C++
#include <bits/stdc++.h> #include <time.h> using namespace std; int main() { clock_t begin,end; double time; int...
Read More
SPOJ GraCon Connectivity
#include <bits/stdc++.h> using namespace std; vector<long long int>edges [ 100 ] ; vector<long long int>resul...
Read More
SPOJ TDKPRIME - Finding the Kth Prime
N:B: Use bool type vector to store status as upper limit is 10^8
Read More
SPOJ Prime Factors (PFACT)
N:B :- Language is C as spoj shows TLE in C++
Read More
(বিগ মড) Big Mod Algorithm
বিগ মড (Big Mod) বিগ মড কি এই বিষয় নিয়ে আলোচনা করব না । কারন এই বিষয় নিয়ে অনেক জায়গায় আলোচনা করা হয়েছে । এখানে কিভাবে বিগমোড রিকার্সিভ...
Read More
Subscribe to:
Posts
(
Atom
)