119 Commits

Author SHA1 Message Date
40f97f8941 feat: 1684_count_the_number_of_consistent_strings 2025-08-21 00:11:42 +08:00
cbde308101 feat: 1017_convert_to_base_negative_2 2025-08-20 23:44:47 +08:00
758200be5c feat: 3280_convert_date_to_binary 2025-08-20 22:32:32 +08:00
18d9c661e8 feat: 1277_count_square_submatrices_with_all_ones 2025-08-20 22:09:32 +08:00
3995fd9dc2 feat: 3289_the_two_sneaky_numbers_of_digitville 2025-08-20 02:55:20 +08:00
ed02a5e2cc feat: 1672_richest_customer_wealth 2025-08-20 02:33:22 +08:00
91053d7e3d feat: 1689_partitioning_into_minimum_number_of_deci_binary_numbers 2025-08-20 02:28:00 +08:00
47e2090304 feat: 1470_shuffle_the_array 2025-08-20 02:22:04 +08:00
30a13831b7 feat: 3190_find_minimum_operations_to_make_all_elements_divisible_by_three 2025-08-20 02:03:32 +08:00
5428c96ba7 feat: 771_jewels_and_stones 2025-08-20 01:58:29 +08:00
eb5e426fdb feat: 3467_transform_array_by_parity 2025-08-20 01:58:29 +08:00
349b9de617 feat: 2181_merge_nodes_in_between_zeros 2025-08-20 01:58:29 +08:00
ea3f8dfd88 feat: 2044_count_number_of_maximum_bitwise_or_subsets 2025-08-20 01:58:29 +08:00
a296a13e73 feat: 29_divide_two_integer 2025-08-20 01:58:29 +08:00
cb2281d912 feat: 2011_final_value_of_variable_after_performing_operations 2025-08-20 01:58:29 +08:00
80bad5db79 feat: 1512_number_of_good_pairs 2025-08-20 01:58:29 +08:00
925fee99af feat: 1108_defanging_an_ip_address 2025-08-20 01:58:29 +08:00
e7b97921a8 feat: 2348_number_of_zero_filled_subarrays 2025-08-20 01:58:29 +08:00
8ae5954097 feat: 1863_sum_of_all_subset_xor_totals 2025-08-20 01:58:29 +08:00
bb0ae9bf73 feat: 2469_convert_the_temperature 2025-08-20 01:58:27 +08:00
ea7ae7b6ad feat: 1769_minimum_number_of_operations_to_move_all_balls_to_each_box 2025-08-20 01:58:25 +08:00
c98a2c5518 feat: 1929_concatenation_of_array 2025-08-20 01:58:23 +08:00
c66081ba92 feat: 2942_find_words_containing_character 2025-08-20 01:58:21 +08:00
8052507e9d refactor: rename main.rs as lib.rs 2025-08-20 01:58:21 +08:00
7a9666cb32 feat: 2769_find_the_maximum_achievable_number 2025-08-20 01:58:19 +08:00
c13ac3ca2a feat: 1920_build_array_from_permutation 2025-08-20 01:58:15 +08:00
476faf16f8 feat: 2894_divisible_and_non_divisible_sums_difference 2025-08-20 01:58:13 +08:00
d259727b80 feat: 2807_insert_greatest_common_divisors_in_linked_list 2025-08-20 01:58:09 +08:00
ed1fa0b0c0 feat: 3110_score_of_a_string 2025-08-20 01:58:06 +08:00
d0ade64745 feat: simplify min_path_sum implementation by removing unused code and optimizing grid updates 2025-08-20 01:58:06 +08:00
99ed22d02b feat: 64_minimum_path_sum 2025-08-20 01:58:01 +08:00
763b5d5945 feat: 194_transpose_file 2025-08-20 01:57:56 +08:00
c9528fc389 feat: 192_word_frequency 2025-08-20 01:57:54 +08:00
b1d019a05d feat: 342_power_of_four 2025-08-20 01:57:52 +08:00
df5a8b2939 feat: 679_24_game 2025-08-20 01:57:51 +08:00
e4356973e6 feat: refactor reverse_list function and add reverse_list_2 implementation 2025-08-20 01:57:51 +08:00
9767170fb6 feat: 206_reverse_linked_list 2025-08-20 01:57:48 +08:00
cf6277cbec feat: 202_happy_number 2025-08-20 01:57:45 +08:00
a916917fae feat: 195_thenth_line 2025-08-20 01:57:37 +08:00
d0a1350e9b feat: add initial implementation of valid phone numbers script 2025-08-17 22:16:26 +08:00
b55dc00dcc feat: add initial implementation of Hamming weight function 2025-08-17 22:04:40 +08:00
8bc5d237f3 feat: add initial implementation of new 21 game solution 2025-08-17 21:56:51 +08:00
cd1b2b071d feat: add initial implementation of unique paths III solution 2025-08-17 01:43:02 +08:00
137adf2926 feat: add initial implementation of unique paths with obstacles solution 2025-08-16 23:52:40 +08:00
d757307936 feat: add initial implementation of unique paths solution 2025-08-16 23:38:29 +08:00
c41e076cac feat: implement multiplication of strings using Karatsuba algorithm 2025-08-16 23:23:56 +08:00
b9082d599a feat: add solutions for various problems including maximum 69 number, majority element, and rotate list 2025-08-16 22:03:27 +08:00
c3b6b812fd feat: 59_spiral_matrix_2 2025-03-28 23:47:36 +08:00
8f699a9669 feat: 56_merge_intervals 2025-03-28 23:47:27 +08:00
e960461b06 feat: 168_excel_sheet_column_title 2025-03-28 23:47:12 +08:00