Skip to content

Repository to contain implementations of linked list in Java

Notifications You must be signed in to change notification settings

mau-foo/linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Linked List

These linked list implementations were done without do much research beforehand and I will be updated as my understanding of linked list advances. I want to optimize the algorithms and apply some recommended practices mentioned with Clean Code (A Handbook of Agile Software Craftsmanship) by Robert C Martin.

Linked list managing objects

  • Contacts
  • Songs

About

Repository to contain implementations of linked list in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages