Category: ACM

09
May
2017

Don’t be developer without coding knowledge in DS and Algo

Dear friends, I have close to 9 years of experience in the IT industry. I have been…

08
May
2017

Competitive Programming and Muscle Memory

https://www.raywenderlich.com/135789/how-to-be-a-better-developer-with-programming-challenges https://www.hackerearth.com/getstarted-competitive-programming/

07
May
2017

Hackerearth: Find Product

code: #include<stdio.h> #include<math.h> int main() { int n,A[100005],i; long long int answer=1; //it should not be int…

06
May
2017

What you learn try to learn from Fundamentals

Joginder Sharma, works at Android Application Development Answered Apr 4, 2015 Whatever you choose just stick with…

05
May
2017

Intra AUST warm up 1.1 Contest Solved by Me

Found on hackerrank that one beginner level contest is going on so I participated later to practice and hone…

05
May
2017

How to take limited constraint 1<=A[i]<=10^9 Array in C/C++ code for OJs

code: 1<=N<=10^5 1<=A[i]<=10^9 1<=M<=10^9 Source: https://www.facebook.com/groups/bengaliprogramming/permalink/717276125110930/