No video

Insert node at the end of a Doubly Linked List in Java

  Рет қаралды 28,142

Dinesh Varyani

Dinesh Varyani

6 жыл бұрын

►Full DSA Course - • Data Structures and Al...
►Follow me on Instagram - bit.ly/intrvwkckstrt
►Follow me on LinkedIn - bit.ly/fllwlkdn
►Enroll in the complete course: bit.ly/3W4qthg
►Source Code - github.com/dinesh-varyani/ds-...
►Download DSA Animation Slides - techready.in/courses/150-dsa-...
►Click here to subscribe - kzfaq.info...
Watch all my playlist here:
►Data Structures and Algorithms Course playlist: • Data Structures and Al...
►Mastering JUnit 5 - kzfaq.info?list...
►Mastering Mockito 3 - • Mockito 3 Tutorials
►Analysis of Algorithms - • Analysis of Algorithms
►Linked List Data Structures - • Linked List Data Struc...
►Array Data Structures - • Playlist
►Stack Data Structure - • Stack Data Structure
►Queue Data Structure - • Queue Data Structure
►Binary Tree Data Structure - • Binary Tree Data Struc...
►Graph Data Structure - • Graph Data Structure
►Binary Heap Data Structure - • Binary Heap Data Struc...
►Trie Data Structure - • Trie Data Structure
►Dynamic Programming Algorithms - • Dynamic Programming Al...
►Hashing Data Structures - • Hashing Data Structures
►Sorting and Searching - • Sorting and Searching
►String Algorithms - • String Algorithms
Want to land a software engineering job in the IT industry? This course - 'Visualizing Data Structures and Algorithms' is here to help. The course walks you through multiple Java algorithms, data structures problems, and their solutions with step by step visualizations, so that you are actually learning instead of blindly memorizing solutions.
The course covers in and outs of Data Structures and Algorithms in Java. Java is used as the programming language in the course. Students familiar with Javascript, Python, C#, C++, C, etc will also get to learn concepts without any difficulty. The implementation of various Algorithms and Data Structures have been demonstrated and implemented through animated slides. It covers many interview room questions on Algorithms and Data Structures. The questions and solutions are demonstrated by -
1. Animated slide. (To make visualization of algorithms faster)
2. Coding algorithm on IDE.
The course covers topics such as -
0. Algorithm Analysis
1. Arrays
2. Matrix
3. Singly Linked List
4. Doubly Linked List
5. Circular Singly Linked List
6. Stacks
7. Queues
8. Binary Tree
9. Binary Search Tree
10. Graphs
11. Priority Queues and Heaps
12. Recursion
13. Searching
14. Sorting
15. Strings
16. Trie Data Structure
17. Dynamic Programming
and many more ...
#dsa #algorithms #coding

Пікірлер: 28
@itsdineshvaryani
@itsdineshvaryani 3 жыл бұрын
Please *Like* , *Comment* , *Share* , *Subscribe* and *Click Bell* 🔔🔔🔔 Icon for More Updates. To get *Data Structures and Algorithms* complete course for free please follow this link - kzfaq.info/sun/PL6Zs6LgrJj3tDXv8a_elC6eT_4R5gfX4d
@mikeunleashed1
@mikeunleashed1 6 жыл бұрын
thank you so much, i've literally fallen a week behind because i couldnt understand doubly linked lists until i found your videos
@itsdineshvaryani
@itsdineshvaryani 4 жыл бұрын
Welcome !!!
@shubhamagarwal1434
@shubhamagarwal1434 2 жыл бұрын
Best series for DS & Algo. I am also 10 yrs java exp guy. Was looking for DS & Algo free course over KZfaq with java implementation and found this. Hats Off To You Man..Excellent Work. GOD BLESS YOU :)
@itsdineshvaryani
@itsdineshvaryani 2 жыл бұрын
Thanks !!!
@user-sl2yw3mz8z
@user-sl2yw3mz8z Жыл бұрын
You are the best. Thank you.
@itsdineshvaryani
@itsdineshvaryani Жыл бұрын
Welcome !!!
@tejeswarv450
@tejeswarv450 6 жыл бұрын
Nice explanation bro ur super Way of Representation is awesome
@PavanKumar-gz7eb
@PavanKumar-gz7eb 6 жыл бұрын
hi..Dinesh ..Please Upload the Remaining Data Structures videos..Please ..Very Good Explanation
@HaseebRaza
@HaseebRaza 3 жыл бұрын
Thank you very much for your effort sir,the of way teaching is the best way and simple. its very easy to understand, sir i would like to suggest you plz make videos for Java.
@itsdineshvaryani
@itsdineshvaryani 3 жыл бұрын
Sure will try. Meanwhile, I request you to like every video you watch in the series, share this playlist with ur friends and colleagues and ask them to do the same. It will help the channel grow and motivate me to add more such content. Thanks !!!
@juliemoore728
@juliemoore728 6 жыл бұрын
Thank you! You're the best!
@itsdineshvaryani
@itsdineshvaryani 6 жыл бұрын
+Julie Moore thanks a lot !!!
@prakashdhanwani710
@prakashdhanwani710 6 жыл бұрын
thankyou Bhaiya super
@rahulraj-hu5xr
@rahulraj-hu5xr 4 жыл бұрын
Really awesome video on DS.
@itsdineshvaryani
@itsdineshvaryani 3 жыл бұрын
Thanks !!!
@manar7107
@manar7107 2 жыл бұрын
Thanks
@peterwagner4538
@peterwagner4538 3 жыл бұрын
Thank you Dinesh it's owesome, but I am a little blocked mindly, a 1000 apologies. What I can not really understand is with insertlast() and displayForward() I read in head and head.next but head was assigned only one time in insertlast()?
@itsdineshvaryani
@itsdineshvaryani 3 жыл бұрын
didn't get u !!!
@davinadavid5253
@davinadavid5253 6 жыл бұрын
plz explain insert at middle in doubly
@itsdineshvaryani
@itsdineshvaryani 6 жыл бұрын
Will publish it soon !!!
@Devil-dn2ew
@Devil-dn2ew 3 жыл бұрын
sir, even if there are nodes exist, isEmpty() function always returns true bcz we equalled length to be 0. How it is possible sir ?? plz explain.
@itsdineshvaryani
@itsdineshvaryani 3 жыл бұрын
Can u check ur code with src code provided in the description of video ???
@Devil-dn2ew
@Devil-dn2ew 3 жыл бұрын
@@itsdineshvaryani sir i am referring the code you have written, in isEmpty function u returned length == 0🥺 Pls explain sir!!
@itsdineshvaryani
@itsdineshvaryani 3 жыл бұрын
If length is zero it shd return true stating list is empty otherwise false
@Devil-dn2ew
@Devil-dn2ew 3 жыл бұрын
@@itsdineshvaryani it means isEmpty() method must return length; only!!! Thank you sir😃 U helped us a lot without knowing 😇
@itsdineshvaryani
@itsdineshvaryani 3 жыл бұрын
No ... It return true or false ... Based on whether length of list is 0 or non zero ... Try to understand between == and = operator !!!
How to delete first node in a Doubly Linked List in Java ?
15:18
Dinesh Varyani
Рет қаралды 26 М.
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 29 МЛН
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 37 МЛН
Insert a node in a Singly Linked List at a given position (Animation)
15:33
How to traverse and print a Circular Singly Linked List in Java ?
11:35
How to represent a Circular Singly Linked List in Java ?
7:57
Dinesh Varyani
Рет қаралды 23 М.
Recursive PreOrder traversal of a Binary Tree in Java
26:06
Dinesh Varyani
Рет қаралды 58 М.
Why do databases store data in B+ trees?
29:43
Arpit Bhayani
Рет қаралды 33 М.