Uncategorized


Topic Replies Activity
Why isnt this working 3 June 1, 2020
What is the question trying to explain? 2 June 1, 2020
Book Allocation 2 June 1, 2020
Generate Subsets using Bit masking 5 June 1, 2020
Q3. Vector STL#3 Predict the time complexity of the following recursive function, given the vector is of size N and the initial call is calSum(v, 0). int sum = 0; void calcSum(vector v, int i) { if(i == v.size()) return; sum += v[i]; calcSum(v, i+1); } 1 June 1, 2020
Test Case Not Passing 1 June 1, 2020
Linked List Kth Node from Last 8 June 1, 2020
Pascal triangle pattern 2 June 1, 2020
Failing one test case - WA 5 June 1, 2020
Corrected my mistake but still failing last test-case 2 June 1, 2020
Test case failing 1 June 1, 2020
Count of Range Sum 4 June 1, 2020
Still have'nt understood why I am failing last test-case 2 June 1, 2020
Pattern fibonacci-2 out of 3 test case pass but 1 test cse failed 2 June 1, 2020
Not getting correct output 10 June 1, 2020
Not accounting for any testcase 2 June 1, 2020
Code note accepted at CodeForces 4 June 1, 2020
https://codeforces.com/problemset/problem/577/B 5 June 1, 2020
Generate the nth term of the sequence 3 June 1, 2020
1521. War Games 2 5 June 1, 2020
Find error in code 3 June 1, 2020
Codeforces SMILE HOUSE TLE 5 June 1, 2020
SPOJ SEQ - Matrix Exponentiation 3 June 1, 2020
WA on FIBTWIST SPOJ 6 June 1, 2020
Problem in image reading 6 June 1, 2020
The code is not being submitted 2 June 1, 2020
Largest bst problem 3 June 1, 2020
Lower bound function 9 June 1, 2020
Help Rahul Problem 3 June 1, 2020
DNF Sort Problem 5 June 1, 2020