Awesome-Python-Scripts icon indicating copy to clipboard operation
Awesome-Python-Scripts copied to clipboard

created a program to find Non divisible by 3 adjacent pair from available permutations for given list

Open pvtr-malli opened this issue 5 years ago • 0 comments
trafficstars

created a program find the rearrange element of list that sum of no two adjacent elements is divisible by 3. in this program i find the all rearrangements of the given list and find the is there any arrangement in which the sum of adjacent two elements are not divisible by 3.

pvtr-malli avatar Aug 18 '20 06:08 pvtr-malli