Valid Anagram | Leetcode 242 | Explanation and solution in C++

  Рет қаралды 9,015

Code & Grow with Rosh

Code & Grow with Rosh

Күн бұрын

Пікірлер: 11
@gamingwithkode2213
@gamingwithkode2213 Жыл бұрын
good one!!👍
@anupamagrawal524
@anupamagrawal524 2 жыл бұрын
great and very simple to understand, thank you
@nskkknagajayanth1199
@nskkknagajayanth1199 2 жыл бұрын
code explanation was nice and effective.
@FamilyGuy_cheers
@FamilyGuy_cheers Ай бұрын
Cant we say for a phrase to be Anagram the sum of the ascii values should be equal
@lavgabri
@lavgabri 14 күн бұрын
good thinking but this wont work. For example, sum of values of B & Y is equal to A & Z.
@TheDima23
@TheDima23 2 жыл бұрын
nice, thank you !
@adityapatil1839
@adityapatil1839 Жыл бұрын
bool isAnagram(string s, string t) { sort(s.begin() , s.end()) ; sort(t.begin(), t.end()); if(s==t){ return true; } return false; }
@programmer6548
@programmer6548 Жыл бұрын
The one in the video is more efficient, I think, Also you can just return s==t;
@GaganSingh-zz9el
@GaganSingh-zz9el 7 ай бұрын
@@programmer6548 yes , but the code he provided gives out logn time complexity due to sorting but the code in the video is the optimal code.
@karthikgururajan1131
@karthikgururajan1131 7 ай бұрын
Very smart thinking xD
@1912harshit
@1912harshit 2 жыл бұрын
good explanation
My Brain after 569 Leetcode Problems
7:50
NeetCode
Рет қаралды 2,8 МЛН
Putin Starts a New War / Secret Documents Caught on Video
12:31
NEXTA Live
Рет қаралды 303 М.
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 167 М.
Valid Anagram | LeetCode problem 242
8:33
Technosage
Рет қаралды 23 М.
Valid Anagram - Leetcode 242 - Python
12:01
NeetCode
Рет қаралды 615 М.
ITERATORS in C++
17:09
The Cherno
Рет қаралды 218 М.
Group anagrams | Leetcode #49
13:50
Techdose
Рет қаралды 89 М.
5 Simple Steps for Solving Any Recursive Problem
21:03
Reducible
Рет қаралды 1,3 МЛН
POINTERS in C++
16:59
The Cherno
Рет қаралды 1 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН