|
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 |
|
|
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 |
|
|
2687d4f02e
|
feat: 50_pow_x_n
|
2025-03-15 00:07:26 +08:00 |
|
|
7933e840b3
|
feat: 119_pascals_triagle_2
|
2025-03-14 23:36:46 +08:00 |
|
|
5c373dd7ef
|
feat: 118_pascals_triangle
|
2025-03-14 23:33:04 +08:00 |
|
|
ad3c0eef54
|
feat: 49_group_anagrams
|
2025-03-14 23:23:47 +08:00 |
|
|
25a900bba3
|
feat: 113_path_sum_2
|
2025-03-12 23:57:54 +08:00 |
|
|
b883e27508
|
feat: 112_path_sum
|
2025-03-12 23:50:42 +08:00 |
|
|
f5f04b3783
|
feat: 48_rotate_image
|
2025-03-11 00:17:59 +08:00 |
|
|
3fb7c796f4
|
feat: 47_permutations_2
|
2025-03-10 23:50:24 +08:00 |
|
|
bb048062c4
|
feat: 46_permutations
|
2025-03-10 23:49:07 +08:00 |
|
|
a41c9a4e18
|
feat: 111_minimum_depth_of_binary_tree
|
2025-03-10 23:43:27 +08:00 |
|
|
7a5e03d227
|
feat: 109_convert_sorted_list_to_binary_search_tree
|
2025-03-06 00:17:49 +08:00 |
|
|
c00076fa29
|
feat: 108_conver_sorted_array_to_binary_search_tree
|
2025-03-06 00:10:09 +08:00 |
|
|
4f2d4f58de
|
feat: 104_maximum_depth_of_binary_tree
|
2025-03-05 23:54:24 +08:00 |
|
|
e07011a229
|
feat: 55_jump_game
|
2025-03-04 00:42:36 +08:00 |
|
|
7e7e210169
|
feat: 101_symmetric_tree
|
2025-03-04 00:01:51 +08:00 |
|
|
ae8598a2b1
|
feat: 40_combination_sum_2
|
2025-02-28 01:18:47 +08:00 |
|
|
df308e2d6f
|
feat: 100_same_tree
|
2025-02-28 00:01:31 +08:00 |
|
|
832edfa692
|
feat: 39_combination_sum_1
|
2025-02-28 00:01:25 +08:00 |
|
|
828f3e0e7b
|
feat: 38_count_and_say
|
2025-02-27 00:33:36 +08:00 |
|
|
a66d6116b3
|
feat: 94_binary_tree_inorder_traversal
|
2025-02-27 00:06:58 +08:00 |
|
|
83de8998d7
|
feat: 36_valid_sudoku
|
2025-02-26 00:09:19 +08:00 |
|
|
944168338c
|
feat: 34_find_first_and_last_position_of_element_in_sorted_array
|
2025-02-25 23:31:25 +08:00 |
|
|
9acabc6597
|
feat: 88_merge_sorted_array
|
2025-02-25 23:25:32 +08:00 |
|
|
45408b5a46
|
feat: 33_search_in_rotated_sorted_array
|
2025-02-25 23:16:57 +08:00 |
|
|
5a7ac3abb0
|
feat: 31_next_permutation
|
2025-02-25 00:08:10 +08:00 |
|
|
72a16c8d6a
|
feat: 83_remove_duplicates_from_sorted_list
|
2025-02-24 23:28:47 +08:00 |
|
|
c8db3db41b
|
feat: 24_feat_nodes_in_pairs
|
2025-02-24 23:22:36 +08:00 |
|
|
34e8cbf547
|
feat: 22_generate_parentheses
|
2025-02-22 00:36:55 +08:00 |
|