LC 2744.Find Maximum Number of String Pairs The solution of LeetCode problem No.2744. 2024-01-17 LeetCode > Easy #Algorithm #Simulation #Array #Hash Table #String
LC 0917.Reverse Only Letters The solution of LeetCode problem No.0917. 2024-01-16 LeetCode > Easy #Algorithm #String #Two Pointers
LC 0082.Remove Duplicates from Sorted List II The solution of LeetCode problem No.0082. 2024-01-15 LeetCode > Middle #Algorithm #Linked List #Two Pointers
LC 0083.Remove Duplicates from Sorted List The solution of LeetCode problem No.0083. 2024-01-14 LeetCode > Easy #Algorithm #Linked List
LC 2182.Construct String With Repeat Limit The solution of LeetCode problem No.2182. 2024-01-13 LeetCode > Easy #Algorithm #String #Two Pointers #Greedy #Counting
LC 2085.Count Common Words With One Occurrence The solution of LeetCode problem No.2085. 2024-01-12 LeetCode > Easy #Algorithm #Array #Hash Table #String #Counting
LC 2656.Maximum Sum With Exactly K Elements The solution of LeetCode problem No.2656. 2024-01-11 LeetCode > Easy #Algorithm #Array #Greedy
LC 1475.Final Prices With a Special Discount in a Shop The solution of LeetCode problem No.1475. 2024-01-10 LeetCode > Easy #Algorithm #Array #Stack #Monotonic Stack
LC 1413.Minimum Value to Get Positive Step by Step Sum The solution of LeetCode problem No.1413. 2024-01-10 LeetCode > Easy #Algorithm #Array #Prefix Sum