String Compression III | Leetcode 3163

  Рет қаралды 1,930

Techdose

Techdose

Күн бұрын

Пікірлер: 5
@pruthvinarayana9568
@pruthvinarayana9568 18 күн бұрын
Nice explaination , i think we can simplify this even more: class Solution: def compressedString(self, word: str) -> str: n = len(word) i = 0 res = "" while i < n: cnt = 0 start = i while i < n and word[start] == word[i] and cnt < 9: i+=1 cnt+=1 res += str(cnt) + word[i-1] return res
@BananaButcher
@BananaButcher 18 күн бұрын
good one sir, thank you
@devmahad
@devmahad 18 күн бұрын
thanks :)
@techdose4u
@techdose4u 18 күн бұрын
welcome
@amanqureshi3222
@amanqureshi3222 18 күн бұрын
string compressedString(string word) { string ans=""; int l=0,r=0; int count=0; while(r
Flip Columns For Maximum Number of Equal Rows | Leetcode 1072
16:45
Take K of Each Character From Left and Right | Leetcode 2516
22:38
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 42 МЛН
Муж внезапно вернулся домой @Oscar_elteacher
00:43
История одного вокалиста
Рет қаралды 5 МЛН
А я думаю что за звук такой знакомый? 😂😂😂
00:15
Денис Кукояка
Рет қаралды 2,2 МЛН
String Compression II - Leetcode 1531 - Python
19:43
NeetCodeIO
Рет қаралды 28 М.
Beginners Should Think Differently When Writing Golang
11:35
Anthony GG
Рет қаралды 122 М.
String Compression
11:48
Kevin Naughton Jr.
Рет қаралды 95 М.
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 834 М.
Defuse the Bomb | Leetcode 1652
19:32
Techdose
Рет қаралды 2,5 М.
Microservices are Technical Debt
31:59
NeetCodeIO
Рет қаралды 641 М.
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 147 М.
Leetcode 3163: String Compression III
12:43
Algorithms Casts
Рет қаралды 84
All Rust string types explained
22:13
Let's Get Rusty
Рет қаралды 183 М.
The Singing Challenge #joker #Harriet Quinn
00:35
佐助与鸣人
Рет қаралды 42 МЛН