Skip to content

Commit a093cf2

Browse files
committed
test(algorithms, greedy, largest-palindromic-number): additional test cases
1 parent b61d214 commit a093cf2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

algorithms/greedy/largest_palindromic_number/test_largest_palindromic_number.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
("111222333", "3213123"),
1212
("000000", "0"),
1313
("123456789123456789", "987654321123456789"),
14+
("444947137", "7449447"),
15+
("00009", "9"),
1416
]
1517

1618

0 commit comments

Comments
 (0)