Skip to content

Commit 61ba64c

Browse files
committed
feat: add palindrome_partitioning in neetcode-150 tag
1 parent 9807cdb commit 61ba64c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ["3.10", "3.11", "3.12", "3.13"]
18+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1919

2020
steps:
2121
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0

leetcode_py/cli/resources/leetcode/json/tags.json5

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@
255255
"number_of_connected_components_in_an_undirected_graph",
256256
"number_of_islands",
257257
"pacific_atlantic_water_flow",
258+
"palindrome_partitioning",
258259
"palindromic_substrings",
259260
"partition_equal_subset_sum",
260261
"permutations",

0 commit comments

Comments
 (0)