How to insert node at the beginning of a Singly Linked List in Java ?

preview_player
Показать описание

Watch all my playlist here:

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
Рекомендации по теме
Комментарии
Автор

probably one of the best linked list implementation tutorials on youtube. great work, keep it up, thanks a lot!

Levichanxd
Автор

I was completed lost before your videos! Great work!

AntonisDemenegas
Автор

Your tutorials are the best which will give the beginner a greater insight. I am expecting the same for the trees and graphs.

manujsankrit
Автор

Great Videos Sir.. Expecting more on DS

HarpreetSingh-dlip
Автор

Omg you are a life savior sir, thanks a lot!!!

ZerOv
Автор

Thank you so much for these tutorials, best I've found so far

TheCcrizZ
Автор

very very useful thank you so much, i watched many many videos but didnt understand but finally i found this video and could understand very well thanks again.

hiwashekhany
Автор

🙏🙏🙏🙏🙏you explained everything so easyyy

kalyan
Автор

perfect tutorial perfect explaining..
Thank You So Much.. :)

ameentehseen
Автор

can you plz share more videos and explaination about the latest frameworks of java ?

tejashreechavan
Автор

thank you for your clear guidance and explanation!! this helped me so much in studying for my exam ^__^

jamimi.
Автор

Great Videos..Thanks a lot .Please share more DS videos like Stack, Queue, Tree and graph

ManojSingh-yvef
Автор

GREAT VIDEO!! thank you alot. very helpful. but I could not find source code on your web site :(

cosette__
Автор

i am not able to add multiple node with this same method, for first node it works but when we try to put one more node, the latest note updated in the place of first node. i mean its not increasing size of linkedlist, only updating first element with new element

irfanansari
Автор

it's very very good .... thank you ^_^

hussamhejaze
Автор

@Dinesh Varyani Could you please keep the videos of the speaker with an Indian accent separate from these videos? I appreciate your work!

RA-oolj
Автор

In the last return newNode is return..

dineshrathor