Esempio n. 1
0
        public void Test36(string text, int expectedCost)
        {
            var result = _linkedListService.Solution3453(text);

            Assert.Equal(result, expectedCost);
        }