Sollicitatievraag bij Expedia Group

Run length encoding and Dynamic programming problem using matrices. The run-length is pretty easy using a stringbuilder and iterating over each char in the string they pass through as an argument. The other problem was iterating through a matrix using two different reference points and finding shortest path between the two.