Huachen Wang

LeetCode Study Note | Problem 15: 3Sum

✨ Problem Description Given an integer array nums, return all the unique triplets [nums[i], nums[j], nums[k]] such that i ≠ j ≠ k, and nums[i] + nums[

Administrator Administrator Published on 2025-05-15

LeetCode Study Note | Problem 49: Group Anagrams

🧩 Problem Summary Given an array of strings, group the anagrams together. Anagram: A word formed by rearranging the letters of another word (e.g., "e

Administrator Administrator Published on 2025-05-12