Тёмный
Techdose
Techdose
Techdose
Подписаться
This channel features Programming, MATHS ,Data Structures & Algorithms,Technology,Tutorials etc. Browse our channel to know more. SUBSCRIBE to never miss our videos :) SUGGEST your likes and dislikes in our videos so that we can improve on our flaws and give you a seamless experience.
Segmented Sieve
16:08
14 дней назад
Container with most water | Leetcode #11
12:33
21 день назад
Factors of a number
7:00
Месяц назад
Bitset
15:28
Месяц назад
Prime Palindrome | Leetcode #866
8:21
3 месяца назад
Prime Arrangements | Leetcode #1175
5:42
4 месяца назад
Bag of Tokens | Leetcode #948
14:22
4 месяца назад
Maximum Odd Binary Number | Leetcode #2864
8:07
4 месяца назад
Cinema Seat Allocation | Leetcode #1386
14:57
4 месяца назад
Minimum Window Substring | Leetcode #76
16:57
5 месяцев назад
Kth Smallest element in a matrix | Leetcode #378
15:33
5 месяцев назад
Hamming Distance | Leetcode #461
4:51
6 месяцев назад
Microsoft Offer | Interview Dose
14:59
7 месяцев назад
Zenefits Trinet Offer | Interview Dose Alumni
15:46
7 месяцев назад
Count number of digits
3:22
7 месяцев назад
ShopUp Interview Experience | LIVE DSA batch
5:56
7 месяцев назад
Juspay Interview Experience | Offer
9:05
7 месяцев назад
Median of 2 sorted arrays
26:38
9 месяцев назад
Max XOR of 2 numbers in an array | Leetcode #421
20:23
10 месяцев назад
Комментарии
@Kaa-rj4on
@Kaa-rj4on 20 часов назад
Do you have the code in any git repo or somewherer...?
@AnantSanatanGyan
@AnantSanatanGyan 21 час назад
this solution is just a master peace and you the master 🙌
@NicoRitondale
@NicoRitondale День назад
ty for the video
@tarzanyt3047
@tarzanyt3047 День назад
you are amazing
@pddivin
@pddivin 2 дня назад
Are we able to apply BS on the linked list? We can not access it by index. I wonder how?
@Croriam
@Croriam 2 дня назад
Holy shit dude you're amazing!
@neeleshgarg7616
@neeleshgarg7616 2 дня назад
you are just solving the problem by explaining the code, not how you are going about this approach. It's like cramming a solution.. If you gave the same explanation to any interviewer you would be rejected for sure. really bad explanation..
@idc20627
@idc20627 3 дня назад
Lmao, took dsa in my community college and now again at a 4 year just because its more rigorous at this school and I always come back to this video for traversals of binary trees, thanks for doing the lords work
@techdose4u
@techdose4u 2 дня назад
welcome :)
@UtkarshSingh_gt7
@UtkarshSingh_gt7 3 дня назад
Great explanation. We are getting the grand children (level 2) by normal BFS. But we are maintaining a child-parent relationship for cousing nodes.
@Udemys
@Udemys 4 дня назад
It's a typical solution that we know the answer and solution first and then explain the problem
@Udemys
@Udemys 4 дня назад
how is this going to help me learn code and prove that I am a good coder?
@shreya_0105
@shreya_0105 4 дня назад
Thank you sir...The way I got it was magical ❤
@ashutoshsinghrajawat6440
@ashutoshsinghrajawat6440 4 дня назад
Simply amazing ❤
@factsclub4u
@factsclub4u 4 дня назад
@Techdose just one doubt i had why we are returning case 1 value only and hence returning max_straight .Please give clear explaination.
@idkkidkmaybe9765
@idkkidkmaybe9765 5 дней назад
Thankyou sir!
@easytube5817
@easytube5817 5 дней назад
You made it really easy. Thank you❤
@Kacper-qp8kg
@Kacper-qp8kg 5 дней назад
This explanation is brilliant, actually going into the details of why this works instead of some "fast food" problem solving the *cough* most popular leetcode youtuber serves us.
@techdose4u
@techdose4u 5 дней назад
Thanks for your appreciation :)
@apbh
@apbh 7 дней назад
Thank you!
@yhimanshu22
@yhimanshu22 7 дней назад
your explanations are great.
@jasminepandit9861
@jasminepandit9861 7 дней назад
this is so useful and helpful! so glad i found this course, much thanks to you for teaching this sir ❤❤
@safuan8122
@safuan8122 7 дней назад
goated
@NikhilKumar-yu3zh
@NikhilKumar-yu3zh 7 дней назад
to be honest, explanation can be improved.
@nasimnajand9697
@nasimnajand9697 7 дней назад
awesome ❤️ could you make video of number of wonderful substrings problem in leetcode please?
@Sulerhy
@Sulerhy 8 дней назад
very understable example. Thank you
@jk-xo8rc
@jk-xo8rc 8 дней назад
@formulaire.8379
@formulaire.8379 8 дней назад
why we dont just use next_permutation ?
@vivekthumu8992
@vivekthumu8992 8 дней назад
Clear explaination , Thank you
@TheViral_fyp
@TheViral_fyp 9 дней назад
Bhaiya aap se ek suggestion chahiye tha koi gate cse ke liye coaching suggest kar do !
@carcrew_1
@carcrew_1 9 дней назад
legend
@zr0724
@zr0724 10 дней назад
even if the linked list is sorted , it will take O(n) time to search. its the nature of linked list , you are wrong.
@techdose4u
@techdose4u 8 дней назад
directly it may not be possible but while insertion you can take extra space to save the UID_address in a sorted set to apply bounded search. If you wanna remove something then the map balances itself (self balancing BST). If you wanna add something anywhere you will have access to adjacent node and you need to get another UID_address which fits in between the adjacent keys. Ordering is taken care by self-balancing BST. Since its non-trivial and requires usage of other Data Structures, hence we limit ourself to say binary search is not directly possible but saying its not possible no matter what would be an over-statement. Hope you got it.
@zr0724
@zr0724 8 дней назад
@@techdose4u Since you did not mentioned that we need help from some other datastructure (BST), so i was confused.
@akashramesh5404
@akashramesh5404 10 дней назад
The idea behind the approach is "At any give times, what is the maximum number of trains that are present". That should be the minimum number of platforms needed.
@techdose4u
@techdose4u 2 дня назад
yes correct
@Kuil..
@Kuil.. 11 дней назад
Those who watch on 2024 assemble here guys 🫂🎉
@paulhetherington3854
@paulhetherington3854 11 дней назад
FAELK LAR-V
@paulhetherington3854
@paulhetherington3854 11 дней назад
/4''px [4:2 u vfr spchal mrkx]< thrm vk''(vtu z'' < lyr rwchT) Tu paaxch/ /8''px frch [hlv px~tmp frch < spchal abv vfr < 2''UI' forch : int cjx djz paaxch Tu ++ u]/ /dskrbtx mon < 4:2 , 2:4 vfr mrk frch~tmp rul thrm < op vfr i.e. mtxub < hrkules/ /+ cholmn < echx spchal vfr < frch int! in mol fostr vk''(vtu lyr rwchTz) i.e. buoy floch/
@ranaayushmansingh2368
@ranaayushmansingh2368 11 дней назад
This method will not work if negative numbers are in array. Please provide solution for negative numbers also.
@smartwork7098
@smartwork7098 11 дней назад
Great work, man!
@bisheshwardevsharma3243
@bisheshwardevsharma3243 11 дней назад
Thank you. It was a good explanation
@smartwork7098
@smartwork7098 12 дней назад
Beautiful explanation!
@SkKarmakar-du5nu
@SkKarmakar-du5nu 12 дней назад
Sir,in this process 5 objects permutation is not getting,only 30permutatiin is gotten ,kindly show the tree diagram of 5 objects i,e a,b,c,d,e
@pez5491
@pez5491 13 дней назад
Cool but where is the implementation? Maybe some code, or even pseudocode?
@robertweekes5783
@robertweekes5783 13 дней назад
You can also think of pre-order traversal as printing when the track goes along the _left_ side of the node. For in order traversal, you print when it wraps around to go _under_ the node. For post order traversal, print the value when it comes along the _right_ side of the node.
@arnavkarforma3015
@arnavkarforma3015 13 дней назад
Division method class Solution { private static final int[] values = {1000, 900, 500, 400, 100, 90, 50, 40, 10, 9, 5, 4, 1}; private static final String[] symbols = {"M","CM","D","CD","C","XC","L","XL","X","IX","V","IV","I"}; public String intToRoman(int num) { StringBuilder sb = new StringBuilder(); // Loop through each symbol, stopping if num becomes 0. for (int i = 0; i < values.length && num > 0; i++) { // Repeat while the current symbol still fits into num. while (values[i] <= num) { int repeat = num / values[i]; num = num % values[i]; while(repeat > 0){ sb.append(symbols[i]); repeat --; } } } return sb.toString(); } }
@ahnissingh6911
@ahnissingh6911 13 дней назад
Smooth and clear
@angelomarcone1448
@angelomarcone1448 13 дней назад
oke
@angelomarcone1448
@angelomarcone1448 13 дней назад
oke
@anjalipatel5643
@anjalipatel5643 13 дней назад
Can you please explain this question in single file programming.
@neojai3514
@neojai3514 13 дней назад
we can use sliding window algo here to get the exact subarray as well