Skip to content

Latest commit

 

History

History

day 67

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Day 67 #100DaysOfCode

  • Today I learned how to make linked list.
  • Linked list are really a good. We add address of next element of list in just before that element.