Category: Algorithm
cheat sheet: http://bigocheatsheet.com/ Good for Programmers: It’s also good: It’s good for space complexity and cost. Golden…
https://www.youtube.com/watch?v=8Y6gqjIxAlc অ্যালগরিদম কমপ্লেক্সিটি(বিগ “O” নোটেশন) http://pages.cs.wisc.edu/~vernon/cs367/notes/3.COMPLEXITY.html http://discrete.gr/complexity/ http://50f7.blogspot.com/ For Upper Bound Lower Bound Clear: http://cs50.wiki/Big+O+notation
https://www.youtube.com/watch?v=nQLzUUxdZ4s&list=PLMgTWDop33zpnHCR3qUZACE1tNm_bf0eD
#include<iostream> using namespace std; int main(){ long long int n,tr, ary1[100000],ary2[100000],d; cin>>n; for(int i=0; i<n; i++){ cin>>ary1[i];…
https://www.quora.com/What-are-some-good-resources-to-learn-C++-for-competitive-programming http://blog.macacm.org/2016/06/courses-and-resources-to-excel-in.html https://www.quora.com/What-was-Anudeep-Nekkantis-Competitive-Programming-strategy-to-become-35th-in-Global-ranking-in-just-6-7-months http://www.spoj.com/problems/ARRAYSUB/ From beginner to expert in competitive programming. https://www.quora.com/What-are-some-good-courses-on-competitive-programming http://www.geeksforgeeks.org/fundamentals-of-algorithms/ https://algo.is/ https://www.quora.com/Can-I-become-a-really-good-self-taught-programmer…
Recent Comments