I don't understand why people like u doesn't receive the credits u guys deserve!!! Your videos are so explainatory. I always tend to first search the video of yours if there is a pause in any of my problem solving questions!!!!! Keep posting videos regarding DSA concepts, a kind request from my side.
@nikoo283 жыл бұрын
Thanks for the motivation. I am constantly trying to add more and more videos. Stay tuned :)
@arsenruslanovich66422 жыл бұрын
Thank you , your channel is awesome and I find it more informative than my university papers
@nikoo282 жыл бұрын
Thanks for your support :)
@sammedpatil39072 жыл бұрын
nice explanation bro...You deserve more views...
@nikoo282 жыл бұрын
Please share the video if you can :)
@jasper5016 Жыл бұрын
Thanks for the yet another fantastic video. There is one small correction in your code. In Recursion, head.next condition wont work. It should be head != null private static void reversePrintUsingRecursion(Node head) { if(head == null) return; //Recursive call reversePrintUsingRecursion(head.next); System.out.println(head.value); }
@AdedolapoAdeleyeАй бұрын
is the recursive different from using the stack, when it comes to efficiency?
@appayyagariaswini20609 ай бұрын
sir plss there is a small mistake in recursion base case, it will work if(head==null){}
@sreddy81413 жыл бұрын
Thanks a lot, could you please give ur gmail id to connect on other major problems i would like to connect witj
@nikoo283 жыл бұрын
Check out the channel description for this information :)