Algorithms Problem Solving: Equal Reversed Arrays
This post is part of the Algorithms Problem Solving series.
Problem description
This is the Equal Reversed Arrays problem. The description looks like this:
Given two integer arrays of equal length target and arr.
In one step, you can select any non-e...
tk.hashnode.dev