You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 2151 |[Maximum Good People Based on Statements](../main/src.save/main/java/g2101_2200/s2151_maximum_good_people_based_on_statements/)| [Java](../main/src.save/main/java/g2101_2200/s2151_maximum_good_people_based_on_statements/Solution.java) | Hard | Array, Bit_Manipulation, Backtracking, Enumeration | 76 | 47.57
42
42
| 2100 |[Find Good Days to Rob the Bank](../main/src/main/java/g2001_2100/s2100_find_good_days_to_rob_the_bank/)| [Java](../main/src/main/java/g2001_2100/s2100_find_good_days_to_rob_the_bank/Solution.java) | Medium | Array, Dynamic_Programming, Prefix_Sum | 13 | 46.46
43
+
| 2097 |[Valid Arrangement of Pairs](../main/src/main/java/g2001_2100/s2097_valid_arrangement_of_pairs/)| [Java](../main/src/main/java/g2001_2100/s2097_valid_arrangement_of_pairs/Solution.java) | Hard | Depth_First_Search, Graph, Eulerian_Circuit | 158 | 100.00
44
+
| 2096 |[Step-By-Step Directions From a Binary Tree Node to Another](../main/src/main/java/g2001_2100/s2096_step_by_step_directions_from_a_binary_tree_node_to_another/)| [Java](../main/src/main/java/g2001_2100/s2096_step_by_step_directions_from_a_binary_tree_node_to_another/Solution.java) | Medium | String, Depth_First_Search, Tree, Binary_Tree | 30 | 76.29
43
45
| 2095 |[Delete the Middle Node of a Linked List](../main/src/main/java/g2001_2100/s2095_delete_the_middle_node_of_a_linked_list/)| [Java](../main/src/main/java/g2001_2100/s2095_delete_the_middle_node_of_a_linked_list/Solution.java) | Medium | Two_Pointers, Linked_List | 4 | 95.21
| 2025 |[Maximum Number of Ways to Partition an Array](../main/src/main/java/g2001_2100/s2025_maximum_number_of_ways_to_partition_an_array/)| [Java](../main/src/main/java/g2001_2100/s2025_maximum_number_of_ways_to_partition_an_array/Solution.java) | Hard | Array, Hash_Table, Prefix_Sum, Counting, Enumeration | 172 | 100.00
62
+
| 2024 |[Maximize the Confusion of an Exam](../main/src/main/java/g2001_2100/s2024_maximize_the_confusion_of_an_exam/)| [Java](../main/src/main/java/g2001_2100/s2024_maximize_the_confusion_of_an_exam/Solution.java) | Medium | String, Binary_Search, Prefix_Sum, Sliding_Window | 21 | 44.78
63
+
| 2023 |[Number of Pairs of Strings With Concatenation Equal to Target](../main/src/main/java/g2001_2100/s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target/)| [Java](../main/src/main/java/g2001_2100/s2023_number_of_pairs_of_strings_with_concatenation_equal_to_target/Solution.java) | Medium | Array, String | 36 | 36.00
| 2019 |[The Score of Students Solving Math Expression](../main/src/main/java/g2001_2100/s2019_the_score_of_students_solving_math_expression/)| [Java](../main/src/main/java/g2001_2100/s2019_the_score_of_students_solving_math_expression/Solution.java) | Hard | Array, String, Dynamic_Programming, Math, Stack, Memoization | 435 | 89.93
66
+
| 2018 |[Check if Word Can Be Placed In Crossword](../main/src/main/java/g2001_2100/s2018_check_if_word_can_be_placed_in_crossword/)| [Java](../main/src/main/java/g2001_2100/s2018_check_if_word_can_be_placed_in_crossword/Solution.java) | Medium | Array, Matrix, Enumeration | 11 | 52.76
0 commit comments