Longest absolute file path
Problem
The question gives us the input in the form of a file path
input
dir\n\tsubdir1\n\tsubdir2\n\t\tfile.ext
which represents the following
dir
subdir1
subdir2
file.ext
The directory dir contains an empty sub-directory subdir1 and...
under-engineered.hashnode.dev4 min read