-
Print N lines of numbers such that every pair among numbers has a GCD K
-
Print the kth common factor of two numbers
-
Print n terms of Newman-Conway Sequence
-
Print n smallest elements from given array in their original order
-
Print values of ‘a’ in equation (a+b) <= n and a+b is divisible by x
-
Print the given pattern recursively
-
A matrix probability question ?
-
A nested loop puzzle?
-
A Pancake Sorting Problem?
-
A Puzzle on C/C++ R-Value Expressions?
-
Rat in a Maze with multiple steps or jump allowed?
-
Active and Inactive cells after k Days?
-
Add 1 to a number represented as linked list?
-
Add 1 to number represented as array (Recursive Approach)?
-
Add elements of given arrays with given constraints?
-
C/C++ Program to check whether it is possible to make a divisible by 3 number using all digits in an array?
-
C/C++ Program to Count trailing zeroes in factorial of a number?
-
Add two numbers represented by linked lists?
-
All palindrome numbers in a list?
-
All possible binary numbers of length n with equal sum in both halves?