refact: rename

This commit is contained in:
jackfiled 2024-04-05 11:19:09 +08:00
parent 4a257c4076
commit b81f8aed3d
2 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ mod p2_add_two_numbers;
mod p3_longest_substring_without_repeating_characters;
mod p162_find_peak_element;
mod p2828_check_if_a_string_is_an_acronym_of_words;
mod p0052_n_queens_ii;
mod p52_n_queens_ii;
mod p912_sort_an_array;
mod p1276_number_of_burgers_with_no_waste_of_ingredients;
mod p6_zigzag_conversion;