Skip to content

Commit

Permalink
Fix the name of problem 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
EFanZh committed Dec 26, 2023
1 parent 909eb97 commit c02e843
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ pub mod problem_2007_find_original_array_from_doubled_array;
pub mod problem_2011_final_value_of_variable_after_performing_operations;
pub mod problem_2012_sum_of_beauty_in_the_array;
pub mod problem_2016_maximum_difference_between_increasing_elements;
pub mod problem_2022_find_original_array_from_doubled_array;
pub mod problem_2022_convert_1d_array_into_2d_array;
pub mod problem_2027_minimum_moves_to_convert_string;
pub mod problem_2028_find_missing_observations;

Expand Down

0 comments on commit c02e843

Please sign in to comment.