Category: Pore Abar Bujhbo
best video: pseudocode: Radix-Sort(A, d) //It works same as counting sort for d number of passes. //Each…
code i have understand for last 6 hours: problem statement was little bit clumsy but understood atlast:…
My code: didn’t passed all testcase: #include<bits/stdc++.h> using namespace std; int main() { int n,k; int a[100];…
code: #include<bits/stdc++.h> using namespace std; int main() { int n; int i,j; long int p; cin>>n>>i>>j>>p; for(int…
code: #include<bits/stdc++.h> using namespace std; #define ll long long #define pb push_back #define mp make_pair #define ff…
theortecical concept source: http://stackoverflow.com/questions/20347170/char-array-and-char-array code: char *array = “One good thing about music”; char array[] = {“One”,…
Recent Comments