Example #1
0
        public void Rotations()
        {
            var rotations = Permutations.GenerateNumberRotations(197);

            Assert.AreEqual(3, rotations.Count);
        }