File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
s2973_find_number_of_coins_to_place_in_tree_nodes
s2998_minimum_number_of_operations_to_make_x_and_y_equal Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
package g2901_3000 .s2973_find_number_of_coins_to_place_in_tree_nodes ;
2
2
3
- // #Hard #Dynamic_Programming #Sorting #Tree #Heap_Priority_Queue #Depth_First_Search
3
+ // #Hard #Dynamic_Programming #Sorting #Depth_First_Search #Tree #Heap_Priority_Queue
4
4
// #2024_01_16_Time_93_ms_(72.11%)_Space_63.4_MB_(33.51%)
5
5
6
6
import java .util .ArrayList ;
Original file line number Diff line number Diff line change 1
1
package g2901_3000 .s2998_minimum_number_of_operations_to_make_x_and_y_equal ;
2
2
3
- // #Medium #Dynamic_Programming #Memoization #Breadth_First_Search
3
+ // #Medium #Dynamic_Programming #Breadth_First_Search #Memoization
4
4
// #2024_01_17_Time_0_ms_(100.00%)_Space_41.2_MB_(92.39%)
5
5
6
6
public class Solution {
You can’t perform that action at this time.
0 commit comments