Example #1
0
        public static void Test()
        {
            Solution s = new Solution();

            Console.WriteLine(s.KLengthApart(new [] { 1, 0, 0, 1, 0, 1 }, 2));
        }