Example #1
0
        public static void Main(string[] args)
        {
            var solution = new Solution();

            solution.IsNStraightHand(new int[] { 1, 2, 3, 5, 5, 6, 7 }, 3);
        }