File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
s3280_convert_date_to_binary
s3281_maximize_score_of_numbers_in_ranges
s3282_reach_end_of_array_with_max_score
s3283_maximum_number_of_moves_to_kill_all_pawns Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
package g3201_3300 .s3280_convert_date_to_binary ;
2
2
3
- // #Easy #2024_09_09_Time_3_ms_(100.00%)_Space_42.4_MB_(50.00%)
3
+ // #Easy #String #Math # 2024_09_09_Time_3_ms_(100.00%)_Space_42.4_MB_(50.00%)
4
4
5
5
public class Solution {
6
6
private String helper (String str ) {
Original file line number Diff line number Diff line change 1
1
package g3201_3300 .s3281_maximize_score_of_numbers_in_ranges ;
2
2
3
- // #Medium #2024_09_09_Time_47_ms_(100.00%)_Space_58.3_MB_(100.00%)
3
+ // #Medium #Array #Sorting #Greedy #Binary_Search
4
+ // #2024_09_09_Time_47_ms_(100.00%)_Space_58.3_MB_(100.00%)
4
5
5
6
import java .util .Arrays ;
6
7
Original file line number Diff line number Diff line change 1
1
package g3201_3300 .s3282_reach_end_of_array_with_max_score ;
2
2
3
- // #Medium #2024_09_09_Time_9_ms_(100.00%)_Space_63.2_MB_(100.00%)
3
+ // #Medium #Array #Greedy # 2024_09_09_Time_9_ms_(100.00%)_Space_63.2_MB_(100.00%)
4
4
5
5
import java .util .List ;
6
6
Original file line number Diff line number Diff line change 1
1
package g3201_3300 .s3283_maximum_number_of_moves_to_kill_all_pawns ;
2
2
3
- // #Hard #2024_09_09_Time_250_ms_(98.43%)_Space_50.1_MB_(66.27%)
3
+ // #Hard #Array #Math #Bit_Manipulation #Bitmask #Game_Theory #Breadth_First_Search
4
+ // #2024_09_09_Time_250_ms_(98.43%)_Space_50.1_MB_(66.27%)
4
5
5
6
import java .util .LinkedList ;
6
7
import java .util .Queue ;
You can’t perform that action at this time.
0 commit comments