LC 1446.Consecutive Characters The solution of LeetCode problem No.1446. 2023-12-13 LeetCode > Easy #Algorithm #Simulation #String
LC 1768.Merge Strings Alternately The solution of LeetCode problem No.1768. 2023-12-13 LeetCode > Easy #Algorithm #Simulation #String #Two Pointers
LC 1832.Check if the Sentence Is Pangram The solution of LeetCode problem No.1832. 2023-12-13 LeetCode > Easy #Algorithm #Hash Table #String
LC 2185.Counting Words With a Given Prefix The solution of LeetCode problem No.2185. 2023-12-13 LeetCode > Easy #Algorithm #Simulation #Array #String
LC 2710.Remove Trailing Zeros From a String The solution of LeetCode problem No.2710. 2023-12-13 LeetCode > Easy #Algorithm #Simulation #String
LC 1374.Generate a String With Characters That Have Odd Counts The solution of LeetCode problem No.1374. 2023-12-13 LeetCode > Easy #Algorithm #Simulation #String
LC 1342.Number of Steps to Reduce a Number to Zero The solution of LeetCode problem No.1342. 2023-12-13 LeetCode > Easy #Algorithm #Simulation #Math #Bit Manipulation
LC 2278.Percentage of Letter in String The solution of LeetCode problem No.2278. 2023-12-13 LeetCode > Easy #Algorithm #Simulation #String
LC 2697.Lexicographically Smallest Palindrome The solution of LeetCode problem No.2697. 2023-12-13 LeetCode > Easy #Algorithm #Greedy #String #Two Pointers
LC 0961.N-Repeated Element in Size 2N Array The solution of LeetCode problem No.0961. 2023-12-13 LeetCode > Easy #Algorithm #Hash Table #Array