Exemple #1
0
        public void Test_Case3()
        {
            var solution = new DecodeAtIndexSolution();

            Assert.AreEqual("o", solution.DecodeAtIndex("leet2code3", 10));
        }
Exemple #2
0
        public void Test_Case2()
        {
            var solution = new DecodeAtIndexSolution();

            Assert.AreEqual("a", solution.DecodeAtIndex("a2345678999999999999999", 1));
        }
Exemple #3
0
        public void Test_Case11()
        {
            var solution = new DecodeAtIndexSolution();

            Assert.AreEqual("a", solution.DecodeAtIndex("a23", 6));
        }
Exemple #4
0
        public void Test_Case33()
        {
            var solution = new DecodeAtIndexSolution();

            Assert.AreEqual("y", solution.DecodeAtIndex("y959q969u3hb22odq595", 222280369));
        }