Community Profile

photo

Isaac Llorente


Last seen: mehr als 2 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistiken

All
  • First Review
  • First Submission
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


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

mehr als 5 Jahre vor | 1 Download |

Gelöst


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

mehr als 5 Jahre vor

Gelöst


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

mehr als 5 Jahre vor

Gelöst


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

mehr als 5 Jahre vor

Gelöst


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

mehr als 5 Jahre vor

Gelöst


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

mehr als 5 Jahre vor