Posts
All the articles I've posted.
LeetCode 2257 Count Unguarded Cells in the Grid
Updated: at 07:23 AMSolutions for LeetCode 2257, medium, tags: array, graph, simulation.
How to Mark All as Read for Google Voice
Updated: at 10:12 AMtips for using google voice, mark all as read
LeetCode 2461 Maximum Sum of Distinct Subarrays With Length K
Published: at 07:23 AMSolutions for LeetCode 2461, medium, tags: array, sliding window, hash.
LeetCode 1652 Defuse the Bomb
Updated: at 07:22 AMSolutions for LeetCode 1652, easy, tags: array, sliding window.
LeetCode 1055 LintCode 3652 Shortest Way to Form String
Published: at 05:23 AMSolutions for LeetCode 1055 LintCode 3652, hard, tags: greedy, two pointers, string.
LintCode 2894 Order by frequency
Updated: at 07:22 AMSolutions for LintCode 2894, medium, tags: map, sort. Related to LeetCode 884 and 451.