Posts

Showing posts from December, 2020

Java Single Linked List Implementation - Welcome to Java Data structure and Algrothm Part One

Image
  Hello everyone It has been long since I have never posted new updates in my blog, missing all of you. It is difficult maintain posting regularly, as I am student and focused on learning, I share what I have learned properly, that's why all of my post possess high-quality, error-free, well-explained every topic. Okay I am assuming that, you come here to learn implementation of Linked List which is quite easy but if you beginner like me, it is hard to understand what is going on screen, code and so on! As I have told you I am beginner, so I will make this lesson beginner friendly so that you can easily understand everything, but make sure you have 100% attention of what is going on screen, codes, and so on. What is Linked List? Why should we use this?? Okay good question. Linked List is reffered to a Data Structure where every data Stay in Linear, or parallel. The main idea behind a Linked List is to Class that has a child class like Node