public void Q1_3()
        {
            Assert.IsTrue(DataStruct.Q3_IsPermutation("apple", "papel"));
            Assert.IsTrue(DataStruct.Q3_IsPermutation("carrot", "tarroc"));

            Assert.IsFalse(DataStruct.Q3_IsPermutation("hello", "llloh"));
        }