November 30, 2025 3110. Score Of A String Master string traversal and ASCII manipulation by calculating the score of a string - a perfect introduction to linear algorithms. algorithm data-structures string-manipulation ascii leetcode-easy linear-scan Read more
November 30, 2025 49. Group Anagrams Master the art of grouping anagrams using hash maps and canonical representations to solve LeetCode 49 efficiently. algorithm data-structures hash-table string-manipulation sorting Read more