Awesome-Python-Scripts
Awesome-Python-Scripts copied to clipboard
created a program to find Non divisible by 3 adjacent pair from available permutations for given list
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.