Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 377 Bytes

File metadata and controls

7 lines (5 loc) · 377 Bytes

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