Word Ladder | leetcode 127 | Hindi

  Рет қаралды 12,404

Codebix

Codebix

Күн бұрын

Пікірлер: 71
@mruduladdipalli5417
@mruduladdipalli5417 Жыл бұрын
I understood your solution in just 5 mins, from other videos it took me 2 days but was still stuck on understanding entire solution, thankyou for the video
@atharvatripathi5496
@atharvatripathi5496 4 жыл бұрын
So the working complexity is O(Length of word * Number Of Words *26)?
@samaysingh9978
@samaysingh9978 2 жыл бұрын
your explanation is awesome just one request please just make sure you run the code at the end
@vaarigupta6332
@vaarigupta6332 4 жыл бұрын
Bht hi bdiya pdaya sir apne. clear ho gya mujhe bs edge create krne m hi problem ari thi n mene code b likha tha bt mere code sare test case pass ni hue bt apki explanation se clarity a gyi thank you
@codebix1096
@codebix1096 4 жыл бұрын
bdia bdia please share these videos with your friends :)
@vaarigupta6332
@vaarigupta6332 4 жыл бұрын
@@codebix1096 Sure I will
@vaarigupta6332
@vaarigupta6332 4 жыл бұрын
Sir also, plz tell me what is the time and space complexity of your solution.
@pmsb_999
@pmsb_999 2 жыл бұрын
Is the time and space complexity: O(M^2×N), where M is the length of each word and N is the total number of words in the input word list??
@ChandraShekhar-by3cd
@ChandraShekhar-by3cd 2 жыл бұрын
Sir please upload more vidoes on leetcode, we were learning a lot form you. Please sir!!
@shantanukumar4081
@shantanukumar4081 2 жыл бұрын
Great Explanation !!!😊😊😊
@yatri6329
@yatri6329 2 жыл бұрын
I think this is the best,super best explanation. Thankyou 👌👌👌👋
@kratikasharma9824
@kratikasharma9824 8 ай бұрын
Thank You so much for helping out sir.
@taneyasoni
@taneyasoni Жыл бұрын
instead of converting east character from a-z. why don't we check in the original array if we have any string that differs by just one word?
@dibyanshuratandwivedinitkk4322
@dibyanshuratandwivedinitkk4322 3 ай бұрын
BEST EXPLAINATION
@chetannain4867
@chetannain4867 3 жыл бұрын
Super explanation. Thank you very much, sir. Please keep posting videos. Thumbs up!
@codestorywithMIK
@codestorywithMIK 4 жыл бұрын
Such a clear explanation
@lofireverbz-wy7go
@lofireverbz-wy7go 4 ай бұрын
bhaiya jii app yha!!! mujhe word ladder aapke graph playlist mai nhi mila isliye yha se smjh rha hu❣❣
@anchalyadav6312
@anchalyadav6312 3 жыл бұрын
Very clear explanation
@samarthsoni6103
@samarthsoni6103 4 жыл бұрын
hot se lot bhi to ban skta hai?
@tilakrajrao2753
@tilakrajrao2753 4 жыл бұрын
great Explanation bhaiya! tysm for your efforts ! bhaiya it would be much better if you give time complexity along with the explanation.
@Lifeofap
@Lifeofap 3 ай бұрын
O(n*n*24)
@rosonerri-faithful
@rosonerri-faithful 3 жыл бұрын
Sir explanation top class tha but mera ek doubt hei..hum toh sirf 0 h return krrhe..ek id endword nahi h aur ekbar search krte tym word nahi hei...return length toh h nhi raha hei..sirf incrementation ho rahi h
@AmanKumar-kz1rn
@AmanKumar-kz1rn 3 жыл бұрын
kudos to your explanation
@codebix1096
@codebix1096 3 жыл бұрын
Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@ChandraShekhar-by3cd
@ChandraShekhar-by3cd 2 жыл бұрын
Which tool is he using for drawing????????????
@Iamnoone56
@Iamnoone56 3 жыл бұрын
Thank u sir for such a wonderful explaination
@mayanknautiyal4869
@mayanknautiyal4869 4 жыл бұрын
I think this is a difficult question. This goes way over my head.
@codebix1096
@codebix1096 4 жыл бұрын
yes Mayak it is little different question
@lofireverbz-wy7go
@lofireverbz-wy7go 4 ай бұрын
nicely explained
@ChandraShekhar-by3cd
@ChandraShekhar-by3cd 2 жыл бұрын
Sir please upload more videos too.
@30cr
@30cr 10 ай бұрын
hot to lot then to log then cog, it will take only 4 steps
@vasugaur1283
@vasugaur1283 3 жыл бұрын
sir time complexity and space complexity kya hogi iski????????/plz reply
@gssnhimabindu8831
@gssnhimabindu8831 4 жыл бұрын
plz post a video on bidirectional BFS approach also..
@codebix1096
@codebix1096 4 жыл бұрын
Okay will add it in todo list :)
@samarthsoni6103
@samarthsoni6103 4 жыл бұрын
best channel bro... thank you
@codebix1096
@codebix1096 3 жыл бұрын
Most welcome Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@BhaktiGyan-t1v
@BhaktiGyan-t1v 2 ай бұрын
thanks codebix
@mansisharma4136
@mansisharma4136 3 жыл бұрын
please tell me the software name you used to explain problems?
@sharuk3545
@sharuk3545 3 жыл бұрын
such a wonderfull explanationn thnk u
@codebix1096
@codebix1096 3 жыл бұрын
Appreciate it. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@ash_engineering
@ash_engineering 4 жыл бұрын
Please keep up this good work. please make more such videos on medium and hard problems
@devangmukherjee
@devangmukherjee 4 жыл бұрын
in this when beginWord is "hit" and wordList is ["hot","dot","dog","lot","log","cog"], when we input 'hit' into the queue we also say Vmap('hit')=true; but 'hit' is not present in Vmap so then how does it work?
@aakashgoswami2356
@aakashgoswami2356 3 жыл бұрын
class Solution { public: int ladderLength(string beginWord, string endWord, vector& wordList) { unordered_mapump; for(int i=0;i
@amansamal8233
@amansamal8233 2 жыл бұрын
ek dummm dhasuuuu
@kamlendratripathi8963
@kamlendratripathi8963 3 жыл бұрын
sir time complexity and space complexity ky hhhhhh bata do please
@pushkardureja6863
@pushkardureja6863 4 жыл бұрын
Awesome explanation👍👍👍
@codebix1096
@codebix1096 3 жыл бұрын
Keep watching Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@kaafivikrant
@kaafivikrant 4 жыл бұрын
algo toh bann jata h bass code mai hi errors h,, Thanks vrooo
@codebix1096
@codebix1096 4 жыл бұрын
bhai essi baat pr share krna to bnta h
@nightmare_9
@nightmare_9 3 жыл бұрын
Impressive Explanation !!
@cartube6219
@cartube6219 Жыл бұрын
Code nhi chal raha leetcode pe sare testcase k liye plz check
@himanshuchhikara4918
@himanshuchhikara4918 4 жыл бұрын
Sir ur videos are helpful upload more videos on leetcode questions
@codebix1096
@codebix1096 4 жыл бұрын
Facebook group join kra?
@himanshuchhikara4918
@himanshuchhikara4918 4 жыл бұрын
Link?
@codestorywithMIK
@codestorywithMIK 4 жыл бұрын
@@himanshuchhikara4918 it's in the video description
@codebix1096
@codebix1096 4 жыл бұрын
join this facebook group to get updates of upcoming videos and discussions facebook.com/groups/258049468776636/about
@aamirjamal6833
@aamirjamal6833 3 жыл бұрын
Time complexity?
@adityatyagi6436
@adityatyagi6436 2 жыл бұрын
dot se lot pe q n gye ?
@baaznotapro5479
@baaznotapro5479 4 жыл бұрын
kb tak khatam ho jayega playllist??? because placement session 15 july se start ho jayega i guess
@codebix1096
@codebix1096 4 жыл бұрын
Okay m 15 July sae phele try karunga sb imp topic cover krne ke
@gautamsuthar4143
@gautamsuthar4143 3 жыл бұрын
Bhai job lagi?
@babbarutkarsh7770
@babbarutkarsh7770 3 жыл бұрын
🔥🔥🔥🔥🔥
@codebix1096
@codebix1096 3 жыл бұрын
Thank you. Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@DK-ox7ze
@DK-ox7ze 4 жыл бұрын
Mast bhai! But it would have been great if you had also explained the time complexity of the algorithm.
@manishpundir5542
@manishpundir5542 4 жыл бұрын
Superb
@codebix1096
@codebix1096 3 жыл бұрын
Thanks 🤗 Follow our linkedin page for regular updates www.linkedin.com/company/codebix/?viewAsMember=true
@nknidhi321
@nknidhi321 3 жыл бұрын
Awesome ❤️
@simranarora2817
@simranarora2817 Жыл бұрын
Amazingggg
@codebix1096
@codebix1096 Жыл бұрын
Thanksssss
@tarunstv796
@tarunstv796 2 жыл бұрын
What's time complexity?⏲
Word Ladder | Leetcode #127
19:19
Techdose
Рет қаралды 71 М.
LRU cache | Leetcode 146 | Hindi
27:26
Codebix
Рет қаралды 11 М.
Fake watermelon by Secret Vlog
00:16
Secret Vlog
Рет қаралды 27 МЛН
啊?就这么水灵灵的穿上了?
00:18
一航1
Рет қаралды 77 МЛН
Help Me Celebrate! 😍🙏
00:35
Alan Chikin Chow
Рет қаралды 90 МЛН
Rotting Oranges | leetcode 994 | Hindi
23:06
Codebix
Рет қаралды 9 М.
Understand Recursion
1:22:11
Codebix
Рет қаралды 3 М.
Implement Trie (Prefix Tree) | leetcode 208 | Hindi
22:06
Codebix
Рет қаралды 7 М.
Boggle | Find all possible words in a board of characters
15:11
snake & ladder Game using javascript #javascript #htmlcss
10:50
programming with praveen
Рет қаралды 398
Clone Graph | leetcode 133 | Hindi
14:10
Codebix
Рет қаралды 11 М.
Leetcode  241 - Different Ways to Add Parentheses - Python Solution
9:59
Data Engineering Studies
Рет қаралды 343
L17. Palindrome Partitioning | Leetcode | Recursion | C++ | Java
24:34
take U forward
Рет қаралды 279 М.