KZ
bin
Негізгі бет
Қазірдің өзінде танымал
Тікелей эфир
Ұнаған бейнелер
Қайтадан қараңыз
Жазылымдар
Кіру
Тіркелу
Ең жақсы KZbin
Фильм және анимация
Автокөліктер мен көлік құралдары
Музыка
Үй жануарлары мен аңдар
Спорт
Ойындар
Комедия
Ойын-сауық
Тәжірибелік нұсқаулар және стиль
Ғылым және технология
REMOVE DUPLICATE LETTERS | LEETCODE 316 | PYTHON STACK SOLUTION
18:15
Remove Duplicate Letters | Leetcode #316
14:55
🤔Можно ли спастись от Ядерки в Холодильнике ? #shorts
00:41
Sigma Kid Mistake #funny #sigma
00:17
99.9% IMPOSSIBLE
00:24
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
316. Remove Duplicate Letters | Day 015 | Stack
Рет қаралды 2,504
Facebook
Twitter
Жүктеу
1
Жазылу 49 М.
Aryan Mittal
Күн бұрын
Пікірлер: 12
@udittiwari8240
2 ай бұрын
Such a nice explanation
@allpeace1
29 күн бұрын
nice explanation understood
@shalinijha7359
11 ай бұрын
where do we get that list of question from which you are using?
@jhanavikumari274
6 ай бұрын
best explanation for this question thank youuu
@rohitreddy1340
3 ай бұрын
Nice
@Rohitsingh-ep2lo
11 ай бұрын
Done
@niteshkhanna690
11 ай бұрын
Please post these type of question daily which are very important it would be great
@kishokkumars7602
11 ай бұрын
First like and First comment
@ARYANMITTAL
11 ай бұрын
Kishok kumar ji dhanyawad 🤌🏻🫡
@kishokkumars7602
11 ай бұрын
@@ARYANMITTAL 😁😁
@snehaloganathan939
6 ай бұрын
Hi aryan please share those question excel sheet
@dayashankarlakhotia4943
11 ай бұрын
public String removeDuplicateLetters(String s){ StringBuilder sb=new StringBuilder(); int[]cnt=new int[128]; boolean[]vis=new boolean[128]; for(char c:s.toCharArray()) ++cnt[c]; for(char c:s.toCharArray()){ --cnt[c]; if(vis[c]) continue; while(sb.length()>0&&last(sb)>c&&cnt[last(sb)]>0){ vis[last(sb)]=false; sb.setLength(sb.length()-1); } vis[c]=true; sb.append(c); } return sb.toString(); } private char(StringBuilder sb){ return sb.charAt(sb.length()-1); } } 🎉❤ beats 100%tc
18:15
REMOVE DUPLICATE LETTERS | LEETCODE 316 | PYTHON STACK SOLUTION
Cracking FAANG
Рет қаралды 2,5 М.
14:55
Remove Duplicate Letters | Leetcode #316
Techdose
Рет қаралды 27 М.
00:41
🤔Можно ли спастись от Ядерки в Холодильнике ? #shorts
King jr
Рет қаралды 7 МЛН
00:17
Sigma Kid Mistake #funny #sigma
CRAZY GREAPA
Рет қаралды 29 МЛН
00:24
99.9% IMPOSSIBLE
STORROR
Рет қаралды 31 МЛН
25:41
Мен атып көрмегенмін ! | Qalam | 5 серия
kak budto
Рет қаралды 1,2 МЛН
28:11
739. Daily Temperatures | Monotonic Stack | Space Optimisation O(1)
Aryan Mittal
Рет қаралды 4,1 М.
29:42
215. Kth Largest Element in an Array | Day 014 | 3 Ways | Quick Select | Min Heap | Sorting
Aryan Mittal
Рет қаралды 3,3 М.
14:46
The Hard Truth About Harvard and MIT
Samuel Bosch
Рет қаралды 13 М.
21:00
Remove Duplicate Letters | Leetcode 316 | Stack | Day-18
Ayushi Sharma
Рет қаралды 12 М.
17:32
Reorder Routes to Make All Paths Lead to the City Zero || Graphs || DFS
Aryan Mittal
Рет қаралды 4,4 М.
16:38
Kth Missing Positive Number || Binary Search || 2-Pointers || Leetcode-1539
Aryan Mittal
Рет қаралды 6 М.
8:24
Fastest Way to Learn ANY Programming Language: 80-20 rule
Sahil & Sarra
Рет қаралды 929 М.
13:58
1475. Final Prices With a Special Discount in a Shop | Monotonic Stack | 2 Approaches
Aryan Mittal
Рет қаралды 522
7:38
Removing Duplicates from Strings | JAVA INTERVIEW QUESTIONS
CYDEO
Рет қаралды 18 М.
14:24
How I Failed the Google Coding Interview (and lessons I learned)
NeetCode
Рет қаралды 1,3 МЛН
00:41
🤔Можно ли спастись от Ядерки в Холодильнике ? #shorts
King jr
Рет қаралды 7 МЛН