Snapper_001's blog

By Snapper_001, history, 21 month(s) ago, In English

We are given an array of size n and we have to determine if it is possible to arrange the elements in such a way that the absolute difference between two adjacent elements is 1.The first and the last element are also considered adjacent. for example, for array A=[1,2,3,2] the answer is YES. Thanks in advance.

  • Vote: I like it
  • 0
  • Vote: I do not like it