Skip to content

Here is a Java implementation of a Singly linked list. So you can see how the real functions of a linked list work.

Notifications You must be signed in to change notification settings

sharmaudit124/Singly-LinkedList-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Singly-LinkedList-Implementation ✔

Here is a Java implementation of a Singly linked list. So you can see how the real functions of a linked list work.

Singly Linked List

Below are the following functions:👀


🧵 To insert a value at last.
🧵 To insert a value at some given index.
🧵 To traverse in Linked List.
🧵 To get size of singly linked list.
🧵 To delete last Node.
🧵 To delete any node at a given index.
🧵 To find center of a Linked list.
🧵 To get a whole node of a particular index.
🧵 To check the presence of an element in Linked List.
🧵 Iterator to iterate.


You too can Contribute 🧠

About

Here is a Java implementation of a Singly linked list. So you can see how the real functions of a linked list work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages