Skip to content
sneppets

sneppets

  • Algorithms
  • Interview Programs
  • Datastructures
  • Java
  • Golang
  • Cloud
simple linked list

Linked Lists : Simple Linked List Example

November 24, 2018December 8, 2018 Editorial StaffLeave a Comment on Linked Lists : Simple Linked List Example

Linked lists are second most commonly used data structure after arrays. In this tutorial we will see how to create a simple linked list. Simple Linked List Operations insertFirst(): Inserting item at the beginning of the list deleteFirst(): Deleting item… Read More!

DS, Java Datastructures, linked lists, simple linked list
Copyright © 2018 Sneppets. All Rights Reserved