Leetcode Daily Question
@leetcodeDailyQuestionChannel
2.4K
subscribers
517
files
2.51K
links
Why are you asking me to do Leetcode for this CSS job?
Download Telegram
Join
Leetcode Daily Question
2.4K subscribers
Leetcode Daily Question
leetcode.com
2026-06-16
🟡
3612.process-string-with-special-operations-i
🏷️
Tags
#string
#simulation
Telegraph
process-string-with-special-operations-i
You are given a string s consisting of lowercase English letters and the special characters: *, #, and %. Build a new string result by processing s according to the following rules from left to right:
Source
Solution
Leetcode Daily Question
leetcode.cn
2026-06-17
🔴
3614.process-string-with-special-operations-ii
🏷️
Tags
#string
#simulation
Telegraph
process-string-with-special-operations-ii
给你一个字符串 s,由小写英文字母和特殊字符:'*'、'#' 和 '%' 组成。 同时给你一个整数 k。
来源
答案
Leetcode Daily Question
leetcode.com
2026-06-17
🔴
3614.process-string-with-special-operations-ii
🏷️
Tags
#string
#simulation
Telegraph
process-string-with-special-operations-ii
You are given a string s consisting of lowercase English letters and the special characters: '*', '#', and '%'. You are also given an integer k. Build a new string result by processing s according to the following rules from left to right:
Source
Solution