Skip to content
sneppets

sneppets

  • Algorithms
  • Interview Programs
  • Datastructures
  • Java
  • Golang
  • Cloud
double-ended lists

Linked Lists: Double-Ended Lists Example

November 25, 2018December 8, 2018 Editorial StaffLeave a Comment on Linked Lists: Double-Ended Lists Example

Double-ended lists is similar to ordinary linked list, but it has one additional feature compared to ordinary linked list. It provides a reference to the last link as well as to the first link. Supported Operations: insertFirst() – inserting link… Read More!

DS, Java double-ended list, Linked List, single-ended list
Copyright © 2018 Sneppets. All Rights Reserved