Solved


Find Logic 25

5 years ago

Solved


Find Logic 23

5 years ago

Solved


Find Logic 22

5 years ago

Solved


Find Logic 21

5 years ago

Solved


Find Logic 18

5 years ago

Solved


Find Logic 19

5 years ago

Solved


Find Logic 32

5 years ago

Solved


How many Integers?
Count the integers in a given vector |v|. You *must* use a loop to count each element separately. Examples: Input: v...

5 years ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

5 years ago

Solved


There are 10 types of people in the world
Those who know binary, and those who don't. The number 2015 is a palindrome in binary (11111011111 to be exact) Given a year...

5 years ago

Solved


prime test
find largest 2 digit prime number

5 years ago

Solved


Next Palindrome

5 years ago

Solved


Previous Palindrome

5 years ago

Solved


Palindrome numbers
Find the palindrome numbers (two or more digits) from 1 to n where n is the number passed to the function.

5 years ago

Solved


Back to Basics - Find no. of elements in a matrix?
Let A be a m*n matrix. Find the total no. of elements in A ? (Hint - formula based) A = [1 2 3;4 5 6]; output = 6

5 years ago

Solved


Find the slope

5 years ago

Solved


Back to basics 9 - Indexed References
Covering some basic topics I haven't seen elsewhere on Cody. Given an input matrix and row and column, output the index of th...

5 years ago

Solved


Let's get back to school, and create multiplication tables
For a given range, create multiplication tables. (start is always < endno) Example start = 17 endno = 19 Then, ...

5 years ago

Solved


Number Puzzle - 105

5 years ago

Solved


Number Puzzle - 102

5 years ago

Solved


Number Puzzle - 104

5 years ago

Solved


Number Puzzle - 103

5 years ago

Solved


Number Puzzle - 097

5 years ago

Solved


Number Puzzle - 099

5 years ago

Solved


Number Puzzle - 098

5 years ago

Solved


Number Puzzle - 031

5 years ago

Solved


Find the max element of the array
Find the max element of the array

5 years ago

Solved


easy problem
Find the last element of the array

5 years ago

Solved


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

5 years ago

Load more