Skip to content

A templatized generic linked list class to be used with the data type of your choice!

Notifications You must be signed in to change notification settings

ronak2/HomemadeLinkedList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

HomemadeLinkedList

A templatized generic linked list class to be used with the data type of your choice!

  • Can iterate through using the for each loop
  • Can iterate from the bottom-up (Reverse Order)
  • Keeps track of previous and next nodes (Doubly Linked List)

About

A templatized generic linked list class to be used with the data type of your choice!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages