|
Pattern numbers & stars - 2
|
3
|
May 13, 2020
|
|
String Window- 2 test cases failing
|
2
|
May 13, 2020
|
|
Play with number system problem on Hackerblocks
|
1
|
May 12, 2020
|
|
Variant of Rod Cutting Problem (DP)
|
5
|
May 11, 2020
|
|
#include<iostream> using namespace std; int main() { int n; cin>>n; int sum=n; while(sum>=0){ cout<<n<<endl; cin>>n; sum=sum+n; } return 0; }
|
1
|
May 9, 2020
|
|
Increasing decreasing sequence
|
1
|
May 8, 2020
|
|
/bin/run.sh: line 4: 18 Arithmetic exception (core dumped) ./exe
|
1
|
May 5, 2020
|
|
Can someone give me a hint on this question?
|
1
|
May 3, 2020
|
|
Deepak and gautam
|
1
|
May 1, 2020
|
|
Regarding test cases and input in c++
|
1
|
April 29, 2020
|
|
Sort the Strings
|
1
|
April 27, 2020
|
|
Finding CB numbers
|
8
|
April 25, 2020
|
|
Please help me identify the bug in my logic of implementation of pairing of graph section
|
1
|
April 18, 2020
|
|
Max sum path for tree
|
1
|
April 16, 2020
|
|
Array spiral print anticlockwise
|
1
|
April 15, 2020
|
|
Given coefficients of a quadratic equation , you need to print the nature of the roots (real and distinct , real and equal , imaginary)
|
5
|
April 14, 2020
|
|
Pivot of rotated and sorted array
|
1
|
April 12, 2020
|
|
Pattern number rhombus
|
1
|
April 12, 2020
|
|
Test case 1 and 0 failing
|
1
|
April 5, 2020
|
|
Basics of Problem Solving (Flowcharts)
|
1
|
March 31, 2020
|
|
SPP recusive problem
|
1
|
March 25, 2020
|
|
Error is not going
|
1
|
March 22, 2020
|
|
I am getting wrong ans pls help
|
1
|
March 20, 2020
|
|
Mathematics practice
|
6
|
March 15, 2020
|
|
Doubt on Taking TestCases
|
1
|
March 11, 2020
|
|
Count Number of Binary Strings
|
1
|
March 11, 2020
|
|
Run Error in K-Append
|
1
|
February 10, 2020
|
|
MCQs - Pointers!
|
1
|
February 3, 2020
|
|
String compression
|
1
|
February 1, 2020
|
|
Test case 1 showing run error
|
1
|
January 30, 2020
|