Instruction
stringlengths
261
35k
Response
stringclasses
1 value
For this Question: Given an integer, your task is to check whether the given integer is even or odd. If the integer is even print 0 else if it is odd print 1.The input contains a single integer N. Constraint: 1 ≤ N ≤10000If the integer is even print 0 else if it is odd print 1.Sample Input:- 15 Sample Ou...
Compilable
For this Question: Given an integer, your task is to check whether the given integer is even or odd. If the integer is even print 0 else if it is odd print 1.The input contains a single integer N. Constraint: 1 ≤ N ≤10000If the integer is even print 0 else if it is odd print 1.Sample Input:- 15 Sample Ou...
Compilable
For this Question: Given an integer, your task is to check whether the given integer is even or odd. If the integer is even print 0 else if it is odd print 1.The input contains a single integer N. Constraint: 1 ≤ N ≤10000If the integer is even print 0 else if it is odd print 1.Sample Input:- 15 Sample Ou...
Compilable
For this Question: Given an integer, your task is to check whether the given integer is even or odd. If the integer is even print 0 else if it is odd print 1.The input contains a single integer N. Constraint: 1 ≤ N ≤10000If the integer is even print 0 else if it is odd print 1.Sample Input:- 15 Sample Ou...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array A[] of size N, containing positive integers. You need to print the sum and mean (floor value) of given numbers.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function:- <b>SumAndMean()</b> that takes the Array and...
Compilable
For this Question: Given an array A[] of size N, containing positive integers. You need to print the sum and mean (floor value) of given numbers.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function:- <b>SumAndMean()</b> that takes the Array and...
Compilable
For this Question: Given an array A[] of size N, containing positive integers. You need to print the sum and mean (floor value) of given numbers.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function:- <b>SumAndMean()</b> that takes the Array and...
Compilable
For this Question: Sara has 2 brothers which initially have X and Y candies with them. Sara has also N candies with her. Sara wants to distribute her candies to his brothers such that both the brother have an equal amount of candies at last. Given the values of X, Y, and N, your task is to tell Sara whether she can dis...
Compilable
For this Question: Sara has 2 brothers which initially have X and Y candies with them. Sara has also N candies with her. Sara wants to distribute her candies to his brothers such that both the brother have an equal amount of candies at last. Given the values of X, Y, and N, your task is to tell Sara whether she can dis...
Compilable
For this Question: Sara has 2 brothers which initially have X and Y candies with them. Sara has also N candies with her. Sara wants to distribute her candies to his brothers such that both the brother have an equal amount of candies at last. Given the values of X, Y, and N, your task is to tell Sara whether she can dis...
Compilable
For this Question: Sara has 2 brothers which initially have X and Y candies with them. Sara has also N candies with her. Sara wants to distribute her candies to his brothers such that both the brother have an equal amount of candies at last. Given the values of X, Y, and N, your task is to tell Sara whether she can dis...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Hawkeye has been assigned to eliminate n monsters, the i<sup>th</sup> of which is of type a<sub>i</sub>. In one move, he can do either of the following: i. Shoot down atmost any k monsters. In other words, he can shoot down any set of monsters such that the size of that set is smaller than or equa...
Compilable
For this Question: Hawkeye has been assigned to eliminate n monsters, the i<sup>th</sup> of which is of type a<sub>i</sub>. In one move, he can do either of the following: i. Shoot down atmost any k monsters. In other words, he can shoot down any set of monsters such that the size of that set is smaller than or equa...
Compilable
For this Question: Hawkeye has been assigned to eliminate n monsters, the i<sup>th</sup> of which is of type a<sub>i</sub>. In one move, he can do either of the following: i. Shoot down atmost any k monsters. In other words, he can shoot down any set of monsters such that the size of that set is smaller than or equa...
Compilable
For this Question: Hawkeye has been assigned to eliminate n monsters, the i<sup>th</sup> of which is of type a<sub>i</sub>. In one move, he can do either of the following: i. Shoot down atmost any k monsters. In other words, he can shoot down any set of monsters such that the size of that set is smaller than or equa...
Compilable
For this Question: Given an array A of size N. You need to find the root mean square (RMS) of the array i. e you first need to square all values of array and take its mean. Then you need to return the square root of mean. Print the answer with precision upto 6 decimal places.The first line contains an integer N - the s...
Compilable
For this Question: Given an array A of size N. You need to find the root mean square (RMS) of the array i. e you first need to square all values of array and take its mean. Then you need to return the square root of mean. Print the answer with precision upto 6 decimal places.The first line contains an integer N - the s...
Compilable
For this Question: Given an array A of positive integers. Your task is to sort them in such a way that the first part of the array contains odd numbers sorted in descending order, rest portion contains even numbers sorted in ascending order.First line of each test case contains an integer N denoting the size of the arr...
Compilable
For this Question: Given an array A of positive integers. Your task is to sort them in such a way that the first part of the array contains odd numbers sorted in descending order, rest portion contains even numbers sorted in ascending order.First line of each test case contains an integer N denoting the size of the arr...
Compilable
For this Question: Given an array A of positive integers. Your task is to sort them in such a way that the first part of the array contains odd numbers sorted in descending order, rest portion contains even numbers sorted in ascending order.First line of each test case contains an integer N denoting the size of the arr...
Compilable
For this Question: Given an array A of positive integers. Your task is to sort them in such a way that the first part of the array contains odd numbers sorted in descending order, rest portion contains even numbers sorted in ascending order.First line of each test case contains an integer N denoting the size of the arr...
Compilable
For this Question: Given a singly linked list, delete middle node of the linked list. For example, if given linked list is 1->2->3->4->5 then linked list should be modified to 1->2->4->5. If there are even nodes, then there would be two middle nodes, we need to delete the second middle element. For example, if given...
Compilable
For this Question: You are given two numbers n1 and n2. You need to find the sum of the products of their corresponding digits. So, for a number n1= 6 and n2 = 34, you'll do (6*4)+(0*3) = 24.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function ...
Compilable
For this Question: You are given two numbers n1 and n2. You need to find the sum of the products of their corresponding digits. So, for a number n1= 6 and n2 = 34, you'll do (6*4)+(0*3) = 24.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function ...
Compilable
For this Question: You are given two numbers n1 and n2. You need to find the sum of the products of their corresponding digits. So, for a number n1= 6 and n2 = 34, you'll do (6*4)+(0*3) = 24.<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function ...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given a number N, find the value of the below equation for the given number. Equation: - N ∑ {(X + 1)<sup>2</sup> - (3X + 1) + X} X = 1<b>User task:</b> Since this is a functional problem, you don’t have to worry about the input, you just have to complete the function <b>equationSum()</...
Compilable
For this Question: Given a number N, find the value of the below equation for the given number. Equation: - N ∑ {(X + 1)<sup>2</sup> - (3X + 1) + X} X = 1<b>User task:</b> Since this is a functional problem, you don’t have to worry about the input, you just have to complete the function <b>equationSum()</...
Compilable
For this Question: Given a number N, find the value of the below equation for the given number. Equation: - N ∑ {(X + 1)<sup>2</sup> - (3X + 1) + X} X = 1<b>User task:</b> Since this is a functional problem, you don’t have to worry about the input, you just have to complete the function <b>equationSum()</...
Compilable
For this Question: Given a number N, find the value of the below equation for the given number. Equation: - N ∑ {(X + 1)<sup>2</sup> - (3X + 1) + X} X = 1<b>User task:</b> Since this is a functional problem, you don’t have to worry about the input, you just have to complete the function <b>equationSum()</...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array Arr of N integers, your task is to print the sum of elements present at even places and print the product of elements present at the odd places. Note:- Consider the first element to start from 1.The first line of input contains a single integer N, the next line of input contains N s...
Compilable
For this Question: Given an array A of size N. You need to find the root mean square (RMS) of the array i. e you first need to square all values of array and take its mean. Then you need to return the square root of mean. Print the answer with precision upto 6 decimal places.The first line contains an integer N - the s...
Compilable
For this Question: Given an array A of size N. You need to find the root mean square (RMS) of the array i. e you first need to square all values of array and take its mean. Then you need to return the square root of mean. Print the answer with precision upto 6 decimal places.The first line contains an integer N - the s...
Compilable
For this Question: Given an array A of size N. You need to find the root mean square (RMS) of the array i. e you first need to square all values of array and take its mean. Then you need to return the square root of mean. Print the answer with precision upto 6 decimal places.The first line contains an integer N - the s...
Compilable
For this Question: Given an array A of size N. You need to find the root mean square (RMS) of the array i. e you first need to square all values of array and take its mean. Then you need to return the square root of mean. Print the answer with precision upto 6 decimal places.The first line contains an integer N - the s...
Compilable
For this Question: Little Harry has the mighty Sorcerer's Stone in his possession. Professor Quirrell, Harry's teacher, is trying to get hold of the stone. So, he tries to attack him. Both Harry and the Professor attack each other turn by turn. You are given an N integers D<sub>1</sub>, D<sub>2</sub>, D<sub>3</sub>,....
Compilable
For this Question: Little Harry has the mighty Sorcerer's Stone in his possession. Professor Quirrell, Harry's teacher, is trying to get hold of the stone. So, he tries to attack him. Both Harry and the Professor attack each other turn by turn. You are given an N integers D<sub>1</sub>, D<sub>2</sub>, D<sub>3</sub>,....
Compilable
For this Question: Little Harry has the mighty Sorcerer's Stone in his possession. Professor Quirrell, Harry's teacher, is trying to get hold of the stone. So, he tries to attack him. Both Harry and the Professor attack each other turn by turn. You are given an N integers D<sub>1</sub>, D<sub>2</sub>, D<sub>3</sub>,....
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: Given an integer N, find the Nth number in the fibonacci series. Consider 0 and 1 to be the seed values. In the fibonacci series, each number (Fibonacci number) is the sum of the two preceding numbers. The series with 0 and 1 as seed values will go like - 0, 1, 1, 2, 3, 5 and so on..<b>User Task:...
Compilable
For this Question: Given an integer N, find the Nth number in the fibonacci series. Consider 0 and 1 to be the seed values. In the fibonacci series, each number (Fibonacci number) is the sum of the two preceding numbers. The series with 0 and 1 as seed values will go like - 0, 1, 1, 2, 3, 5 and so on..<b>User Task:...
Compilable
For this Question: Given a linked list consisting of N nodes and two integers M and K. Your task is to add element K at the Mth position from the start of the linked list<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>addElement()</b> t...
Compilable
For this Question: Calculators are widely used devices nowadays. It makes calculations easier and faster. A simple calculator consists of the following operators: 1. '+': adding two numbers 2. '- ': subtraction 3. '*': multiplying numbers 4. '/': division You will be given operator '+' or '- ' or '*' or '/' foll...
Compilable
For this Question: Calculators are widely used devices nowadays. It makes calculations easier and faster. A simple calculator consists of the following operators: 1. '+': adding two numbers 2. '- ': subtraction 3. '*': multiplying numbers 4. '/': division You will be given operator '+' or '- ' or '*' or '/' foll...
Compilable
For this Question: Calculators are widely used devices nowadays. It makes calculations easier and faster. A simple calculator consists of the following operators: 1. '+': adding two numbers 2. '- ': subtraction 3. '*': multiplying numbers 4. '/': division You will be given operator '+' or '- ' or '*' or '/' foll...
Compilable
For this Question: Alexa is a very kind girl. She has 'x' red gems and 'y' blue gems. She wants to distribute them among her two friends (Alice and Julia). But she will only distribute them if she can give equal number of each colour of gems to Alice and Julia. Further, she must distribute all available gems in thi...
Compilable
For this Question: Alexa is a very kind girl. She has 'x' red gems and 'y' blue gems. She wants to distribute them among her two friends (Alice and Julia). But she will only distribute them if she can give equal number of each colour of gems to Alice and Julia. Further, she must distribute all available gems in thi...
Compilable
For this Question: Alexa is a very kind girl. She has 'x' red gems and 'y' blue gems. She wants to distribute them among her two friends (Alice and Julia). But she will only distribute them if she can give equal number of each colour of gems to Alice and Julia. Further, she must distribute all available gems in thi...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Check if the given string is a palindrome or not? Palindromes are a numbers, phrases or words that reads same both the ways, backward as well as forward. For example, 1331 is a palindrome because on reversing the digits the number remains the same. But 123 is not a palindrome, as on reversing the di...
Compilable
For this Question: Calculators are widely used devices nowadays. It makes calculations easier and faster. A simple calculator consists of the following operators: 1. '+': adding two numbers 2. '- ': subtraction 3. '*': multiplying numbers 4. '/': division You will be given operator '+' or '- ' or '*' or '/' foll...
Compilable
For this Question: Calculators are widely used devices nowadays. It makes calculations easier and faster. A simple calculator consists of the following operators: 1. '+': adding two numbers 2. '- ': subtraction 3. '*': multiplying numbers 4. '/': division You will be given operator '+' or '- ' or '*' or '/' foll...
Compilable
For this Question: Calculators are widely used devices nowadays. It makes calculations easier and faster. A simple calculator consists of the following operators: 1. '+': adding two numbers 2. '- ': subtraction 3. '*': multiplying numbers 4. '/': division You will be given operator '+' or '- ' or '*' or '/' foll...
Compilable
For this Question: We need a problem on xor again. Given an array A of N integers (1- indexed), you need to find the sum of (N- i) xor A[i] for all i from 1 to N.The first line of the input contains an integer N, the number of elements of the array. The second line of the input contains N singly spaced integers of the...
Compilable
For this Question: We need a problem on xor again. Given an array A of N integers (1- indexed), you need to find the sum of (N- i) xor A[i] for all i from 1 to N.The first line of the input contains an integer N, the number of elements of the array. The second line of the input contains N singly spaced integers of the...
Compilable
For this Question: We need a problem on xor again. Given an array A of N integers (1- indexed), you need to find the sum of (N- i) xor A[i] for all i from 1 to N.The first line of the input contains an integer N, the number of elements of the array. The second line of the input contains N singly spaced integers of the...
Compilable
For this Question: Given a linked list consisting of N nodes and two integers M and K. Your task is to add element K at the Mth position from the start of the linked list<b>User Task:</b> Since this will be a functional problem, you don't have to take input. You just have to complete the function <b>addElement()</b> t...
Compilable
For this Question: Given a number N, add 8 to it and then divide it by 3, take the modulus of the resulting value with 5 and then finally multiply it by 5. Display the final value of NYou don't have to worry about the input, you just have to complete the function <b>stepsExecute</b> <b>Constraints</b> 1000 <= numbe...
Compilable
For this Question: Given a number N, add 8 to it and then divide it by 3, take the modulus of the resulting value with 5 and then finally multiply it by 5. Display the final value of NYou don't have to worry about the input, you just have to complete the function <b>stepsExecute</b> <b>Constraints</b> 1000 <= numbe...
Compilable
For this Question: Given two integers N and K. Construct a max diversity string of length N and period K. Among all possible strings, find the lexographically minimum string. A max diverse string is a string with maximum number of different characters. A string with period K is a string made by a string of length K r...
Compilable
For this Question: Given two integers N and K. Construct a max diversity string of length N and period K. Among all possible strings, find the lexographically minimum string. A max diverse string is a string with maximum number of different characters. A string with period K is a string made by a string of length K r...
Compilable
For this Question: Given two integers N and K. Construct a max diversity string of length N and period K. Among all possible strings, find the lexographically minimum string. A max diverse string is a string with maximum number of different characters. A string with period K is a string made by a string of length K r...
Compilable
For this Question: Mahesh has won some money K from a lottery, he wants to distribute the money among his three sisters. His sisters already have some money with them. Let's say they have x, y, z amount of money. Now mahesh wants to distribute his money such that all the sisters have the same amount of total money left...
Compilable
For this Question: Mahesh has won some money K from a lottery, he wants to distribute the money among his three sisters. His sisters already have some money with them. Let's say they have x, y, z amount of money. Now mahesh wants to distribute his money such that all the sisters have the same amount of total money left...
Compilable
For this Question: Mahesh has won some money K from a lottery, he wants to distribute the money among his three sisters. His sisters already have some money with them. Let's say they have x, y, z amount of money. Now mahesh wants to distribute his money such that all the sisters have the same amount of total money left...
Compilable
For this Question: Mahesh has won some money K from a lottery, he wants to distribute the money among his three sisters. His sisters already have some money with them. Let's say they have x, y, z amount of money. Now mahesh wants to distribute his money such that all the sisters have the same amount of total money left...
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: From wiki- The Tower of Hanoi is a mathematical puzzle where we have 3 rods and N disks. The puzzle starts with all the disks in ascending order of size on the first row. The objective of the puzzle is to move the entire stack to another rod, obeying the following simple rules: 1. Only one disk c...
Compilable
For this Question: Given an integer N, find the Nth number in the fibonacci series. Consider 0 and 1 to be the seed values. In the fibonacci series, each number (Fibonacci number) is the sum of the two preceding numbers. The series with 0 and 1 as seed values will go like - 0, 1, 1, 2, 3, 5 and so on..<b>User Task:...
Compilable
For this Question: Given an integer N, find the Nth number in the fibonacci series. Consider 0 and 1 to be the seed values. In the fibonacci series, each number (Fibonacci number) is the sum of the two preceding numbers. The series with 0 and 1 as seed values will go like - 0, 1, 1, 2, 3, 5 and so on..<b>User Task:...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable
For this Question: Tom loves Chess boards. He admires its symmetry and how the black and white colors are placed adjacently along both axis. More formally, a chessboard-like coloring implies that no two adjacent cells have the same color and all the cells are painted either white or black. On his birthday, Tom has be...
Compilable