Given a pathname string, return a condensed version by replacing intermediate folders with '..'.
Example
If
fullpath = 'C:\foo\bar\baz\qux';
then
shortpath = 'C:\..\qux';
Additional test cases have been added.
Read a column of numbers and interpolate missing data
799 Solvers
Getting the absolute index from a matrix
178 Solvers
Try 1.5.4: Celsius to Fahrenheit
486 Solvers
Deleting an element in a matrix
242 Solvers
377 Solvers