已解决


Exhaust all possible logical vectors
Input a length argument and list all possible logical vectors of that length. My solution is of size 29. Can you find an even s...

2 years 前

已解决


Create the flag of Ramumbia
The little known nation of Ramumbia has a very simple flag. It is made up of vertical stripes, Red, Green, Blue, that are equall...

2 years 前

已解决


Time reverse indices
Time reverse the index values as follows IndexIn = [7 1 0] IndexOut = [7 6 0] Note that the indices are zero based and so...

2 years 前

已解决


Can you Jump?
You have been provided with input array of integers. You start with initial position at the first index of this input array, and...

2 years 前

已解决


Determine if a number (x) is a power of another (n)
If the number x is indeed a power of n, then return true. Otherwise, return false. For example, if x = 9 and n =3, then pow = t...

2 years 前

已解决


Cricket - Report the Result (Part II: Test Matches)
Given two scalar strings representing the scores for a test match, return a string reporting the result in the appropriate form:...

2 years 前

已解决


Easy Sequences 2: Trigonometric function with integral input and output
The function 'F', defined as: , will always return an integer if the input is a natural number (in radian...

2 years 前

已解决


Easy Sequences 1: Find the index of an element
The nth element of a series is defined by: . Obviously, the first element . Given the nth element , find the value of the corre...

2 years 前

已解决


Remove Duplicates
Remove duplicates from the vector of integers and display in sorted order

2 years 前

已解决


Find the Pattern
Find the pattern between input and output. Write a function that gives the correct output for any input. *Hint: magic*

2 years 前

已解决


Create co-occurrence matrix

2 years 前

已解决


Cricket - Is It LBW?
LBW has an unfair reputation as complicated. But if you've watched a third umpire referral, you'll know that it's just a logical...

2 years 前

已解决


Previous Palindrome

2 years 前

已解决


Next Palindrome

2 years 前

已解决


Number Puzzles - 010

2 years 前

已解决


Number Puzzles - 009

2 years 前

已解决


Number Puzzles - 008

2 years 前

已解决


Number Puzzles - 007

2 years 前

已解决


Number Puzzles - 006

2 years 前

已解决


Number Puzzles - 005

2 years 前

已解决


Number Puzzles - 004
Give an example of three distinct numbers greater than 10 whose both product and sum are palindromes. The answer is not unique a...

2 years 前

已解决


Find the number of primes less than input
Given an integer n, determine the number of primes less than or equal to n.

2 years 前

已解决


Análisis código QR

2 years 前

已解决


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

2 years 前

已解决


determine skid distance of car
Determine the distance a car skids to a stop given initial velocity (v) and time (t).

2 years 前

已解决


Efficiency of a single phase Transformer
Calculate the efficiency of a single phase transformer whose KVA rating is A KVA, loading factor x,power factor p,full load copp...

2 years 前

已解决


Simple Income Tax

2 years 前

加载更多