Community Profile

photo

MURAT


Gazi University

Last seen: 10 days ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Solver
  • First Review
  • Revival Level 1
  • First Answer

View badges

Feeds

View by

Solved


Given a window, how many subsets of a vector sum positive
Given a vector: [1 0 -1 3 2 -3 1] and a window of 2, A sliding window would find: 1 + 0 = 1 0 - 1 = -1 ...

10 months ago

Solved


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

10 months ago

Solved


Sum of first n terms of a harmonic progression
Given inputs a, d and n, return the sum of the first n terms of the harmonic progression a, a/(1+d), a/(1+2d), a/(1+3d),....

10 months ago

Solved


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

10 months ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

10 months ago

Answered
MATALAB problem with JAVA
Download last java.If matlab x86 then java x86 and vice versa.Goto Computer (right click)->Properities->Advanced System Settings...

10 years ago | 0