Problem Link: https://www.spoj.com/problems/PESADA04/ #include <bits/stdc++.h> using namespace std; int tsp(vector<vect...
Read More
Home / spoj
Showing posts with label spoj. Show all posts
Showing posts with label spoj. Show all posts
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
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
সেগমেন্টেড সিভ (Segmented Sieve)
সেগমেন্টেড সিভ (Segmented Sieve) হল নির্দিষ্ট রেঞ্জ এর মধ্যে প্রাইম নম্বর ...
Read More
Subscribe to:
Posts
(
Atom
)