Solved


Decimal to binary conversion (without using built-in function)
convert the given decimal number to its equivalent binary without using built-in function. * n=18 * out='10010'

5 years ago

Solved


Orthogonal Circles
Check whether two given circles are orthogonal or not. Two circles are orthogonal if they create a right angle at their inter...

5 years ago

Solved


No of squares in a grid
given a m*n grid calculate the no of possible squares & rectangles on that grid. output: y=[no of rectangles , no of sqa...

5 years ago

Solved


Question 1
Implement a function named q1 with one input argument named n. This function should return the multiplication of all odd numbers...

5 years ago

Solved


Get the elements of diagonal and antidiagonal for any m-by-n matrix (★★★★)
(copy of prob. 859) In this problem you must submit a solution which returns the diagonal and anti-diagonal elements without ...

5 years ago

Solved


Area of a Cylinder

5 years ago

Solved


Volume of cone

5 years ago

Solved


Find value of current

5 years ago

Solved


Avg

5 years ago

Solved


Subtract

5 years ago

Solved


Perimeter of a Triangle

5 years ago

Solved


Unit

5 years ago

Solved


area of a parallelogram

5 years ago

Solved


find the answer

5 years ago

Solved


find the answer

5 years ago

Solved


Find Avg of velocity

5 years ago

Solved


Create the vector

5 years ago

Solved


Unit

5 years ago

Solved


Adding

5 years ago

Solved


Cube root

5 years ago

Solved


Unit

5 years ago

Solved


Perimeter of a square

5 years ago

Solved


Fill a zeros matrix (★★★★★)
(Copy of Problem 830) The aim is to fill an array of all zeros given a numerical value and the index of row and columns for t...

5 years ago

Solved


Get the value 100
Knowing that 123-45-67+89=100, write a function that gives this result for any order of the digits in the input. Otherwise, the ...

5 years ago

Solved


Basic Operation with the middle number of odd matrix
# Take an odd matrix *like* 3-by-3 # Access the *middle element* of the matrix i.e in case of 3-by-3 matrix the index of the pa...

5 years ago

Solved


So many choices
For inputs _n_ and _k_ (in that order), output the number of ways that k objects can be chosen from amongst n distinct objects. ...

5 years ago

Solved


Height of a 3D Pyramid
If a pyramid is made with one(1). What will be the height of the pyramid of square shaped base(n*n)? where input is n.

5 years ago

Solved


another bullseye
create matrix like below -- for x=2, y=[1 1 1 1 1; 1 2 2 2 1; 1 2 3...

5 years ago

Solved


how tall are you?
you can find the length wit this code.

5 years ago

Load more