• Joined on 2025-01-06
squid pushed to main at squid/leetcode 2025-08-19 09:23:46 +08:00
6380358163 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with zero_filled_subarray function
squid pushed to main at squid/leetcode 2025-08-18 20:48:46 +08:00
c98ac83cf7 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with subset_xor_sum function
squid pushed to main at squid/leetcode 2025-08-18 20:00:58 +08:00
d4b56a88fd feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with convert_temperature function
7848468524 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with min_operations function
Compare 2 commits »
squid pushed to main at squid/leetcode 2025-08-18 18:46:05 +08:00
610d05ddb2 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with get_concatenation function
squid pushed to main at squid/leetcode 2025-08-18 18:38:28 +08:00
21fffd8882 feat: add initial implementation of Cargo.toml, Cargo.lock, and lib.rs with find_words_containing function
squid pushed to main at squid/leetcode 2025-08-18 18:30:16 +08:00
50d62c34be refactor: rename main.rs as lib.rs
squid pushed to main at squid/leetcode 2025-08-18 18:23:55 +08:00
75a12ace37 feat: add initial implementation of Cargo.toml, Cargo.lock, and Solution struct with the_maximum_achievable_x function
squid pushed to main at squid/leetcode 2025-08-18 18:15:46 +08:00
ae4d5b5527 feat: add initial implementation of Cargo.toml, Cargo.lock, and main function with build_array method
squid pushed to main at squid/leetcode 2025-08-18 18:10:48 +08:00
a442d1cd09 feat: add initial implementation of Cargo.toml and Cargo.lock files along with main function and Solution struct
squid pushed to main at squid/leetcode 2025-08-18 17:51:07 +08:00
2a5ebdad4c feat: add initial implementation of insert_greatest_common_divisors function with ListNode struct
squid pushed to main at squid/leetcode 2025-08-18 17:22:07 +08:00
c41b628fab feat: add initial implementation of score_of_a_string with main function
squid pushed to main at squid/leetcode 2025-08-18 16:06:47 +08:00
2026979f5e feat: simplify min_path_sum implementation by removing unused code and optimizing grid updates
squid pushed to main at squid/leetcode 2025-08-18 15:55:11 +08:00
c6a939c5e0 feat: add initial implementation of minimum path sum solution
squid pushed to main at squid/leetcode 2025-08-18 12:18:58 +08:00
0aa11d31a2 feat: add script to transpose a file using awk
squid pushed to main at squid/leetcode 2025-08-18 11:25:32 +08:00
1d7f72e3e5 feat: add script for word frequency analysis from a text file
squid pushed to main at squid/leetcode 2025-08-18 11:12:28 +08:00
b76354feb3 feat: add initial implementation of power of four solution with main function
squid pushed to main at squid/leetcode 2025-08-18 10:55:19 +08:00
3030d16bad feat: add initial implementation of 24 game solution with main function
squid pushed to main at squid/leetcode 2025-08-17 23:33:55 +08:00
51bfae35cd feat: refactor reverse_list function and add reverse_list_2 implementation
squid pushed to main at squid/leetcode 2025-08-17 23:04:31 +08:00
11d6a65155 feat: add initial implementation of reverse linked list
squid pushed to main at squid/leetcode 2025-08-17 22:41:47 +08:00
0eb65c4ed3 feat: add initial implementation of happy number solution