Cracking The Coding Interview |Given Two Strings,Check If One Is Permutation Of The Other | Tech

  Рет қаралды 5,476

Pawan S Nair

Pawan S Nair

Күн бұрын

Пікірлер: 11
@MohanRaja-t8m
@MohanRaja-t8m 5 ай бұрын
can do using hash map. More efficient
@djpsn7094
@djpsn7094 2 жыл бұрын
We can do with object as well
@SHIVAMSHARMA-rh7xe
@SHIVAMSHARMA-rh7xe 3 жыл бұрын
Cracking the Coding Interview
@madhukarvissapragada8955
@madhukarvissapragada8955 3 жыл бұрын
Instead get the sum of ASCII values of each character in both the strings and check if their sum is equal or not
@pinigantikrishnavamsi7779
@pinigantikrishnavamsi7779 2 жыл бұрын
In this case will it be O(n)?
@uditgupta7627
@uditgupta7627 2 жыл бұрын
Damn that's osm
@Nitinsingh-uj1gw
@Nitinsingh-uj1gw Жыл бұрын
Wrong. with this logic "bb" will be permutation of "ac"; a = 97 b = 98 c = 99 98+98 = 97+99 b + b = a + c
@Nitinsingh-uj1gw
@Nitinsingh-uj1gw Жыл бұрын
Instead get the total occurance of each charactor in both string seperatley and store it in seperate array and then compare both arrays
@TechIsFun358
@TechIsFun358 4 жыл бұрын
Nice brother
@pawansnair997
@pawansnair997 4 жыл бұрын
Thanks for your support bro
@rituparnadas2982
@rituparnadas2982 4 жыл бұрын
👍 😁
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 135 МЛН
How to Fight a Gross Man 😡
00:19
Alan Chikin Chow
Рет қаралды 20 МЛН
Technical Interview: Check if string is a permutation
11:12
LucidProgramming
Рет қаралды 8 М.
31 nooby C++ habits you need to ditch
16:18
mCoding
Рет қаралды 830 М.
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 81 МЛН
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 676 М.
Check Two Strings are Anagram Or Not using Sort and Equals in Java
11:10
Naveen AutomationLabs
Рет қаралды 31 М.
Check if two strings are anagrams
9:07
CppNuts
Рет қаралды 9 М.
String Processing in Python: Check Permutation
14:32
LucidProgramming
Рет қаралды 7 М.
String permutation algorithm | All permutations of a string
14:59
Twin Telepathy Challenge!
00:23
Stokes Twins
Рет қаралды 135 МЛН