110 Commits

Author SHA1 Message Date
a61c47a3e1 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs for num_jewels_in_stones function 2025-08-20 01:53:00 +08:00
aa4c0ca137 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs for transform_array_by_parity function 2025-08-20 01:38:25 +08:00
51d864bc57 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs for merge_nodes_in_between_zeros function 2025-08-20 01:24:38 +08:00
d540894ae0 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs for count_max_or_subsets function 2025-08-20 01:07:52 +08:00
3be9a07d85 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs for divide_two_integer function 2025-08-20 00:01:04 +08:00
d3694c009a feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs for final_value_of_variable_after_performing_operations function 2025-08-19 22:34:43 +08:00
45ad6c31b4 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with num_identical_pairs function 2025-08-19 22:30:30 +08:00
45adae9f25 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with defang_i_paddr function 2025-08-19 22:28:56 +08:00
6380358163 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with zero_filled_subarray function 2025-08-19 09:23:40 +08:00
c98ac83cf7 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with subset_xor_sum function 2025-08-18 20:48:40 +08:00
d4b56a88fd feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with convert_temperature function 2025-08-18 20:00:50 +08:00
7848468524 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with min_operations function 2025-08-18 20:00:37 +08:00
610d05ddb2 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with get_concatenation function 2025-08-18 18:45:57 +08:00
21fffd8882 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with find_words_containing function 2025-08-18 18:38:22 +08:00
50d62c34be refactor: rename main.rs as lib.rs 2025-08-18 18:30:10 +08:00
75a12ace37 feat: add initial implementation of Cargo.toml, Cargo.lock, and Solution struct with the_maximum_achievable_x function 2025-08-18 18:23:47 +08:00
ae4d5b5527 feat: add initial implementation of Cargo.toml, Cargo.lock, and main function with build_array method 2025-08-18 18:15:39 +08:00
a442d1cd09 feat: add initial implementation of Cargo.toml and Cargo.lock files along with main function and Solution struct 2025-08-18 18:10:42 +08:00
2a5ebdad4c feat: add initial implementation of insert_greatest_common_divisors function with ListNode struct 2025-08-18 17:51:02 +08:00
c41b628fab feat: add initial implementation of score_of_a_string with main function 2025-08-18 17:22:00 +08:00
2026979f5e feat: simplify min_path_sum implementation by removing unused code and optimizing grid updates 2025-08-18 16:06:42 +08:00
c6a939c5e0 feat: add initial implementation of minimum path sum solution 2025-08-18 15:55:06 +08:00
0aa11d31a2 feat: add script to transpose a file using awk 2025-08-18 12:18:53 +08:00
1d7f72e3e5 feat: add script for word frequency analysis from a text file 2025-08-18 11:25:26 +08:00
b76354feb3 feat: add initial implementation of power of four solution with main function 2025-08-18 11:12:23 +08:00
3030d16bad feat: add initial implementation of 24 game solution with main function 2025-08-18 10:55:06 +08:00
51bfae35cd feat: refactor reverse_list function and add reverse_list_2 implementation 2025-08-17 23:33:49 +08:00
11d6a65155 feat: add initial implementation of reverse linked list 2025-08-17 23:04:26 +08:00
0eb65c4ed3 feat: add initial implementation of happy number solution 2025-08-17 22:41:41 +08:00
f98094172e feat: add script to print the 10th line of a file 2025-08-17 22:27:01 +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
bd744934a1 feat: 145_binary_tree_postorder_traversal 2025-03-26 23:49:44 +08:00
7bc26e591c feat: 144_binary_tree_preorder_traversal 2025-03-26 23:49:33 +08:00
d612697646 feat: 53_maximum_subarray 2025-03-26 23:49:10 +08:00
926b9fccff feat: 54_spiral_matrix 2025-03-26 23:48:53 +08:00
f3e576da31 feat: 141_linked_list_cycle 2025-03-18 22:34:11 +08:00
90cce31c8e feat: 136_single_number 2025-03-18 22:34:04 +08:00
f560e933f4 feat: 125_valid_palindrome 2025-03-18 22:33:43 +08:00
8c538a27c9 refactor: rename variable 2025-03-18 22:33:27 +08:00
d5f074ae92 feat: 121_best_time_to_buy_and_sell_stock 2025-03-15 00:28:57 +08:00