Example #1
0
        public void Perms_should_Match()
        {
            var result = Permutations.Compute(4);

            Assert.IsTrue(result == 24);
        }