已解决


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'

4 years 前

已解决


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

4 years 前

已解决


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...

4 years 前

已解决


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

4 years 前

已解决


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 ...

4 years 前

已解决


Area of a Cylinder

4 years 前

已解决


Volume of cone

4 years 前

已解决


Find value of current

4 years 前

已解决


Avg

4 years 前

已解决


Subtract

4 years 前

已解决


Perimeter of a Triangle

4 years 前

已解决


Unit

4 years 前

已解决


area of a parallelogram

4 years 前

已解决


find the answer

4 years 前

已解决


find the answer

4 years 前

已解决


Find Avg of velocity

4 years 前

已解决


Create the vector

4 years 前

已解决


Unit

4 years 前

已解决


Adding

4 years 前

已解决


Cube root

4 years 前

已解决


Unit

4 years 前

已解决


Perimeter of a square

4 years 前

已解决


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...

4 years 前

已解决


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 ...

4 years 前

已解决


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...

4 years 前

已解决


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. ...

4 years 前

已解决


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.

4 years 前

已解决


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

4 years 前

已解决


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

4 years 前

加载更多