Community Profile

photo

Isaac Llorente


Last seen: 2 years ago Active since 2018

Followers: 0   Following: 0

Statistics

All
  • First Review
  • First Submission
  • Solver

View badges

Feeds

View by

Submitted


Huffman Coding
This function provides the Huffman coding given a vector of probabilities. The probabilities can be any unsorted 1D matrix of nu...

5 years ago | 1 download |

Solved


Alternating sum
Given vector x, calculate the alternating sum y = x(1) - x(2) + x(3) - x(4) + ...

5 years ago

Solved


James Bond film count
Twenty-three James Bond films have been produced, in the years 1962, 1963, 1964, 1965, 1967, 1969, 1971, 1973, ... 197...

5 years 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:...

5 years ago

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

5 years ago

Solved


Minimum Distance Point to Segment
This Challenge is to determine the minimum distance from a 2-D line segment defined by two points to a point. The point is (p...

5 years ago