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/main/java/g2101_2200/s2151_maximum_good_people_based_on_statements/)| [Java](../main/src/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
+
| 2099 |[Find Subsequence of Length K With the Largest Sum](../main/src/main/java/g2001_2100/s2099_find_subsequence_of_length_k_with_the_largest_sum/)| [Java](../main/src/main/java/g2001_2100/s2099_find_subsequence_of_length_k_with_the_largest_sum/Solution.java) | Easy | Array, Hash_Table, Sorting, Heap_Priority_Queue | 6 | 85.46
43
44
| 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
45
| 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
45
46
| 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
| 2047 |[Number of Valid Words in a Sentence](../main/src/main/java/g2001_2100/s2047_number_of_valid_words_in_a_sentence/)| [Java](../main/src/main/java/g2001_2100/s2047_number_of_valid_words_in_a_sentence/Solution.java) | Easy | String | 19 | 42.57
59
+
| 2045 |[Second Minimum Time to Reach Destination](../main/src/main/java/g2001_2100/s2045_second_minimum_time_to_reach_destination/)| [Java](../main/src/main/java/g2001_2100/s2045_second_minimum_time_to_reach_destination/Solution.java) | Hard | Breadth_First_Search, Graph, Shortest_Path | 65 | 74.03
60
+
| 2044 |[Count Number of Maximum Bitwise-OR Subsets](../main/src/main/java/g2001_2100/s2044_count_number_of_maximum_bitwise_or_subsets/)| [Java](../main/src/main/java/g2001_2100/s2044_count_number_of_maximum_bitwise_or_subsets/Solution.java) | Medium | Array, Bit_Manipulation, Backtracking | 12 | 58.97
61
+
| 2043 |[Simple Bank System](../main/src/main/java/g2001_2100/s2043_simple_bank_system/)| [Java](../main/src/main/java/g2001_2100/s2043_simple_bank_system/Bank.java) | Medium | Array, Hash_Table, Design, Simulation | 159 | 48.01
62
+
| 2042 |[Check if Numbers Are Ascending in a Sentence](../main/src/main/java/g2001_2100/s2042_check_if_numbers_are_ascending_in_a_sentence/)| [Java](../main/src/main/java/g2001_2100/s2042_check_if_numbers_are_ascending_in_a_sentence/Solution.java) | Easy | String | 2 | 75.46
63
+
| 2040 |[Kth Smallest Product of Two Sorted Arrays](../main/src/main/java/g2001_2100/s2040_kth_smallest_product_of_two_sorted_arrays/)| [Java](../main/src/main/java/g2001_2100/s2040_kth_smallest_product_of_two_sorted_arrays/Solution.java) | Hard | Array, Binary_Search | 635 | 75.24
64
+
| 2038 |[Remove Colored Pieces if Both Neighbors are the Same Color](../main/src/main/java/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/)| [Java](../main/src/main/java/g2001_2100/s2038_remove_colored_pieces_if_both_neighbors_are_the_same_color/Solution.java) | Medium | String, Math, Greedy, Game_Theory | 22 | 47.78
52
65
| 2037 |[Minimum Number of Moves to Seat Everyone](../main/src/main/java/g2001_2100/s2037_minimum_number_of_moves_to_seat_everyone/)| [Java](../main/src/main/java/g2001_2100/s2037_minimum_number_of_moves_to_seat_everyone/Solution.java) | Easy | Array, Sorting | 5 | 22.01
53
66
| 2035 |[Partition Array Into Two Arrays to Minimize Sum Difference](../main/src/main/java/g2001_2100/s2035_partition_array_into_two_arrays_to_minimize_sum_difference/)| [Java](../main/src/main/java/g2001_2100/s2035_partition_array_into_two_arrays_to_minimize_sum_difference/Solution.java) | Hard | Array, Dynamic_Programming, Binary_Search, Two_Pointers, Bit_Manipulation, Ordered_Set, Bitmask | 1336 | 39.36
| 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
75
| 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
76
| 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
0 commit comments