Lexicographical Numbers | Leetcode 386

  Рет қаралды 3,232

Techdose

Techdose

Күн бұрын

Пікірлер: 20
@SamirKumarRakshit-c4z
@SamirKumarRakshit-c4z 2 ай бұрын
Perfectly expanded
@techdose4u
@techdose4u 2 ай бұрын
Thanks :)
@AR_--007
@AR_--007 2 ай бұрын
Really great explanation !
@techdose4u
@techdose4u 2 ай бұрын
Glad you liked it!
@gauravsingh-mf9qf
@gauravsingh-mf9qf 2 ай бұрын
excellant ek bar dekh ke smjh aa gaya
@techdose4u
@techdose4u 2 ай бұрын
Great
@niketandoddamani1093
@niketandoddamani1093 2 ай бұрын
Perfect ! to the point thanks for the code walk through and the recursion tree
@techdose4u
@techdose4u 2 ай бұрын
welcome :)
@JiyaRana-w7m
@JiyaRana-w7m 2 ай бұрын
Perfect i understand thank u sir
@techdose4u
@techdose4u 2 ай бұрын
Great
@AnuragKumar-jo4li
@AnuragKumar-jo4li 2 ай бұрын
really good video
@techdose4u
@techdose4u 2 ай бұрын
Thanks
@PreyumKumar
@PreyumKumar 2 ай бұрын
depth will change acc. to number.
@techdose4u
@techdose4u 2 ай бұрын
depth will change in LogBase10 order. Since, problem mentions constraints to be very low hence we can ignore Call stack. Else, you can convert this logic to iterative approach :)
@rishabh._.raj1
@rishabh._.raj1 2 ай бұрын
Recursion will take stack space, this isn't an O(1) solution
@techdose4u
@techdose4u 2 ай бұрын
1. You can convert the logic to iterative code. 2. The depth is only max 5 hence can be taken constant.
@rishabh._.raj1
@rishabh._.raj1 2 ай бұрын
@@techdose4u True got it
@nikhilaggarwal9325
@nikhilaggarwal9325 2 ай бұрын
please provide java code as well.
@Sehnaaz-vf7md
@Sehnaaz-vf7md 2 ай бұрын
The Java solution: class Solution { public List lexicalOrder(int n) { List ans= new ArrayList(); for(int i =1; in){ return; } ans.add(Current); //Generate the next number to add and check whether it exceeds the limit 'n' //remember the recursive tree while coding refer KZbin TechDose 386 for(int i=0;i n){ return ; } dfsHelper(next,n,ans); } } }
@techdose4u
@techdose4u 2 ай бұрын
Thanks :)
Making an Algorithm Faster
30:08
NeetCodeIO
Рет қаралды 155 М.
K-th Smallest in Lexicographical Order
20:29
Techdose
Рет қаралды 1,1 М.
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 2,3 МЛН
Sigma Kid Mistake #funny #sigma
00:17
CRAZY GREAPA
Рет қаралды 8 МЛН
SIZE DOESN’T MATTER @benjaminjiujitsu
00:46
Natan por Aí
Рет қаралды 6 МЛН
Yay😃 Let's make a Cute Handbag for me 👜 #diycrafts #shorts
00:33
LearnToon - Learn & Play
Рет қаралды 117 МЛН
5 Patterns to Master 80% of Leetcode Problems
15:37
Rahul Pandey
Рет қаралды 14 М.
I Solved 1583 Leetcode Questions  Here's What I Learned
20:37
ThePrimeTime
Рет қаралды 743 М.
Valid Arrangement of Pairs | Leetcode 2097
30:26
Techdose
Рет қаралды 3 М.
Lexicographical Numbers - Leetcode 386 - Python
12:44
NeetCodeIO
Рет қаралды 12 М.
Mastering Dynamic Programming - How to solve any interview problem (Part 1)
19:41
2 Years of C++ Programming
8:20
Zyger
Рет қаралды 4,3 М.
I gave 127 interviews. Top 5 Algorithms they asked me.
8:36
Sahil & Sarra
Рет қаралды 675 М.
L4. Reverse a DLL | Multiple Approaches
18:30
take U forward
Рет қаралды 98 М.
How to Solve ANY LeetCode Problem (Step-by-Step)
12:37
Codebagel
Рет қаралды 305 М.
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 2,3 МЛН