Community Profile

photo

Berkant Bugas


Last seen: bijna 4 jaar ago Active since 2020

Statistics

  • Solver

View badges

Content Feed

View by

Solved


Maximum running product for a string of numbers
Given a string s representing a list of numbers, find the five consecutive numbers that multiply to form the largest number. Spe...

bijna 4 jaar ago

Solved


Duplicates
Write a function that accepts a cell array of strings and returns another cell array of strings *with only the duplicates* retai...

bijna 4 jaar ago

Solved


Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...

bijna 4 jaar ago

Solved


Balanced number
Given a positive integer find whether it is a balanced number. For a balanced number the sum of first half of digits is equal to...

bijna 4 jaar ago

Solved


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

bijna 4 jaar ago

Solved


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

bijna 4 jaar ago

Solved


Elapsed Time
Given two date strings d1 and d2 of the form yyyy/mm/dd HH:MM:SS (assume hours HH is in 24 hour mode), determine how much time, ...

bijna 4 jaar ago

Solved


Reverse Run-Length Encoder
Given a "counting sequence" vector x, construct the original sequence y. A counting sequence is formed by "counting" the entrie...

bijna 4 jaar ago

Solved


Return a list sorted by number of occurrences
Given a vector x, return a vector y of the unique values in x sorted by the number of occurrences in x. Ties are resolved by a ...

bijna 4 jaar ago

Solved


Interpolator
You have a two vectors, a and b. They are monotonic and the same length. Given a value, va, where va is between a(1) and a(end...

bijna 4 jaar ago

Solved


Divide by 4
Given the variable x as your input, divide it by four and put the result in y.

bijna 4 jaar ago

Solved


Box!
Given a box, find the volume of the cube. With each side = a.

bijna 4 jaar ago

Solved


Times 3 problem
When you enter the number, it should return the number multiplied by 3

bijna 4 jaar ago

Solved


Finding perimeter of a rectangle
A rectangle has a length of x centimeters and a width of w centimeters. Find the perimeter.

bijna 4 jaar ago

Solved


Find the absolute value of c=a-b
Find the absolute value of c=a-b

bijna 4 jaar ago

Solved


Energy of an object
Calculate the total mechanical energy of an object. Total Energy= Potential energy + Kinetic energy P.E.=m*g*h K.E.=1/2...

bijna 4 jaar ago

Solved


Perimeter of a square!
Calculate the circumference of the square whose side is n

bijna 4 jaar ago

Solved


Area of a circle
Find the value for area of the circle if diameter is given

bijna 4 jaar ago

Solved


Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416

bijna 4 jaar ago

Solved


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

bijna 4 jaar ago

Solved


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

bijna 4 jaar ago

Solved


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

bijna 4 jaar ago

Solved


Say something funny
Say something funny, or not. Your solution will be (fully automatically and objectively) scored based on how clever or funny ...

bijna 4 jaar ago

Solved


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

bijna 4 jaar ago

Solved


How tall are you?
measures your height forexample= 175cm 180cm 169cm

bijna 4 jaar ago

Solved


how tall are you
how tall are you 170cm 182cm 190cm

bijna 4 jaar ago

Problem


how tall are you
how tall are you 170cm 182cm 190cm

bijna 4 jaar ago | 0 | 1 solver

Problem


do i love my school
do i love my school first x=1 (love) x=2 (ı dont like)

bijna 4 jaar ago | 0 | 0 solvers

Solved


Step number
Step number

bijna 4 jaar ago

Solved


Electric Flux
Calculate the flux passing through a surface. E is electric field, A is area.

bijna 4 jaar ago

Load more