|
769 | 769 | | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- --> | <!-- -->
|
770 | 770 | |-|-|-|-|-|-
|
771 | 771 | | 0200 |[Number of Islands](src/main/kotlin/g0101_0200/s0200_number_of_islands)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find, Big_O_Time_O(M\*N)_Space_O(M\*N) | 252 | 95.41
|
772 |
| -| 0133 |[Clone Graph](src/main/kotlin/g0101_0200/s0133_clone_graph)| Medium | Hash_Table, Depth_First_Search, Breadth_First_Search, Graph | 351 | 60.91 |
| 772 | +| 0133 |[Clone Graph](src/main/kotlin/g0101_0200/s0133_clone_graph)| Medium | Hash_Table, Depth_First_Search, Breadth_First_Search, Graph | 133 | 88.96 |
773 | 773 | | 0417 |[Pacific Atlantic Water Flow](src/main/kotlin/g0401_0500/s0417_pacific_atlantic_water_flow)| Medium | Array, Depth_First_Search, Breadth_First_Search, Matrix | 319 | 100.00
|
774 | 774 |
|
775 | 775 | #### Udemy Dynamic Programming
|
|
973 | 973 | |-|-|-|-|-|-
|
974 | 974 | | 0200 |[Number of Islands](src/main/kotlin/g0101_0200/s0200_number_of_islands)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find, Big_O_Time_O(M\*N)_Space_O(M\*N) | 252 | 95.41
|
975 | 975 | | 0130 |[Surrounded Regions](src/main/kotlin/g0101_0200/s0130_surrounded_regions)| Medium | Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find | 355 | 84.42
|
976 |
| -| 0133 |[Clone Graph](src/main/kotlin/g0101_0200/s0133_clone_graph)| Medium | Hash_Table, Depth_First_Search, Breadth_First_Search, Graph | 351 | 60.91 |
| 976 | +| 0133 |[Clone Graph](src/main/kotlin/g0101_0200/s0133_clone_graph)| Medium | Hash_Table, Depth_First_Search, Breadth_First_Search, Graph | 133 | 88.96 |
977 | 977 | | 0399 |[Evaluate Division](src/main/kotlin/g0301_0400/s0399_evaluate_division)| Medium | Array, Depth_First_Search, Breadth_First_Search, Graph, Union_Find, Shortest_Path, LeetCode_75_Graphs/DFS | 183 | 91.49
|
978 | 978 | | 0207 |[Course Schedule](src/main/kotlin/g0201_0300/s0207_course_schedule)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, Depth_First_Search, Breadth_First_Search, Graph, Topological_Sort, Big_O_Time_O(N)_Space_O(N) | 183 | 92.07
|
979 | 979 | | 0210 |[Course Schedule II](src/main/kotlin/g0201_0300/s0210_course_schedule_ii)| Medium | Top_Interview_Questions, Depth_First_Search, Breadth_First_Search, Graph, Topological_Sort | 266 | 96.32
|
|
2088 | 2088 |
|
2089 | 2089 | | # | Title | Difficulty | Tag | Time, ms | Time, %
|
2090 | 2090 | |------|----------------|-------------|-------------|----------|--------
|
| 2091 | +| 3642 |[Find Books with Polarized Opinions](src/main/kotlin/g3601_3700/s3642_find_books_with_polarized_opinions)| Easy | Database | 490 | 100.00 |
| 2092 | +| 3640 |[Trionic Array II](src/main/kotlin/g3601_3700/s3640_trionic_array_ii)| Hard | Weekly_Contest_461 | 7 | 100.00 |
| 2093 | +| 3639 |[Minimum Time to Activate String](src/main/kotlin/g3601_3700/s3639_minimum_time_to_activate_string)| Medium | Weekly_Contest_461 | 160 | 100.00 |
| 2094 | +| 3638 |[Maximum Balanced Shipments](src/main/kotlin/g3601_3700/s3638_maximum_balanced_shipments)| Medium | Weekly_Contest_461 | 5 | 100.00 |
| 2095 | +| 3637 |[Trionic Array I](src/main/kotlin/g3601_3700/s3637_trionic_array_i)| Easy | Weekly_Contest_461 | 1 | 100.00 |
| 2096 | +| 3636 |[Threshold Majority Queries](src/main/kotlin/g3601_3700/s3636_threshold_majority_queries)| Hard | Biweekly_Contest_162 | 848 | 100.00 |
| 2097 | +| 3635 |[Earliest Finish Time for Land and Water Rides II](src/main/kotlin/g3601_3700/s3635_earliest_finish_time_for_land_and_water_rides_ii)| Medium | Biweekly_Contest_162 | 5 | 100.00 |
| 2098 | +| 3634 |[Minimum Removals to Balance Array](src/main/kotlin/g3601_3700/s3634_minimum_removals_to_balance_array)| Medium | Biweekly_Contest_162 | 43 | 100.00 |
| 2099 | +| 3633 |[Earliest Finish Time for Land and Water Rides I](src/main/kotlin/g3601_3700/s3633_earliest_finish_time_for_land_and_water_rides_i)| Easy | Biweekly_Contest_162 | 15 | 100.00 |
| 2100 | +| 3630 |[Partition Array for Maximum XOR and AND](src/main/kotlin/g3601_3700/s3630_partition_array_for_maximum_xor_and_and)| Hard | Array, Math, Greedy, Enumeration, Weekly_Contest_460 | 57 | 100.00 |
| 2101 | +| 3629 |[Minimum Jumps to Reach End via Prime Teleportation](src/main/kotlin/g3601_3700/s3629_minimum_jumps_to_reach_end_via_prime_teleportation)| Medium | Weekly_Contest_460 | 406 | 100.00 |
| 2102 | +| 3628 |[Maximum Number of Subsequences After One Inserting](src/main/kotlin/g3601_3700/s3628_maximum_number_of_subsequences_after_one_inserting)| Medium | Weekly_Contest_460 | 13 | 100.00 |
| 2103 | +| 3627 |[Maximum Median Sum of Subsequences of Size 3](src/main/kotlin/g3601_3700/s3627_maximum_median_sum_of_subsequences_of_size_3)| Medium | Weekly_Contest_460 | 46 | 91.67 |
2091 | 2104 | | 3626 |[Find Stores with Inventory Imbalance](src/main/kotlin/g3601_3700/s3626_find_stores_with_inventory_imbalance)| Medium | Database | 516 | 100.00
|
2092 | 2105 | | 3625 |[Count Number of Trapezoids II](src/main/kotlin/g3601_3700/s3625_count_number_of_trapezoids_ii)| Hard | Array, Hash_Table, Math, Geometry, Weekly_Contest_459 | 377 | 100.00
|
2093 | 2106 | | 3624 |[Number of Integers With Popcount-Depth Equal to K II](src/main/kotlin/g3601_3700/s3624_number_of_integers_with_popcount_depth_equal_to_k_ii)| Hard | Array, Segment_Tree, Weekly_Contest_459 | 38 | 100.00
|
|
4856 | 4869 | | 0136 |[Single Number](src/main/kotlin/g0101_0200/s0136_single_number)| Easy | Top_100_Liked_Questions, Top_Interview_Questions, Array, Bit_Manipulation, LeetCode_75_Bit_Manipulation, Data_Structure_II_Day_1_Array, Algorithm_I_Day_14_Bit_Manipulation, Udemy_Integers, Top_Interview_150_Bit_Manipulation, Big_O_Time_O(N)_Space_O(1) | 344 | 83.63
|
4857 | 4870 | | 0135 |[Candy](src/main/kotlin/g0101_0200/s0135_candy)| Hard | Array, Greedy, Top_Interview_150_Array/String | 466 | 58.33
|
4858 | 4871 | | 0134 |[Gas Station](src/main/kotlin/g0101_0200/s0134_gas_station)| Medium | Top_Interview_Questions, Array, Greedy, Top_Interview_150_Array/String | 545 | 70.18
|
4859 |
| -| 0133 |[Clone Graph](src/main/kotlin/g0101_0200/s0133_clone_graph)| Medium | Hash_Table, Depth_First_Search, Breadth_First_Search, Graph, Udemy_Graph, Top_Interview_150_Graph_General | 351 | 60.91 |
| 4872 | +| 0133 |[Clone Graph](src/main/kotlin/g0101_0200/s0133_clone_graph)| Medium | Hash_Table, Depth_First_Search, Breadth_First_Search, Graph, Udemy_Graph, Top_Interview_150_Graph_General | 133 | 88.96 |
4860 | 4873 | | 0132 |[Palindrome Partitioning II](src/main/kotlin/g0101_0200/s0132_palindrome_partitioning_ii)| Hard | String, Dynamic_Programming | 290 | 100.00
|
4861 | 4874 | | 0131 |[Palindrome Partitioning](src/main/kotlin/g0101_0200/s0131_palindrome_partitioning)| Medium | Top_100_Liked_Questions, Top_Interview_Questions, String, Dynamic_Programming, Backtracking, Big_O_Time_O(N\*2^N)_Space_O(2^N\*N) | 820 | 87.27
|
4862 | 4875 | | 0130 |[Surrounded Regions](src/main/kotlin/g0101_0200/s0130_surrounded_regions)| Medium | Top_Interview_Questions, Array, Depth_First_Search, Breadth_First_Search, Matrix, Union_Find, Algorithm_II_Day_8_Breadth_First_Search_Depth_First_Search, Top_Interview_150_Graph_General | 355 | 84.42
|
|
0 commit comments