Community Profile

photo

Sharath MN


Last seen: 3 månader ago Active since 2020

Statistics

  • Solver

View badges

Content Feed

View by

Solved


Remove the air bubbles
Given a matrix a, return a matrix b in which all the zeros have "bubbled" to the top. That is, any zeros in a given column shoul...

mer än ett år ago

Solved


Get ranks of values in a vector
For a given vector, say [6 3 8 2], return the ranks (ascending) of observations, i.e. [3 2 4 1]. Do not worry about tied ranks. ...

nästan 4 år ago