Skip to content

Latest commit

 

History

History

0x13-more_singly_linked_lists

img

More Singly linked lists

Intro

In this session, we will explore linked lists data structures

Resources

Take a look at the following resources

  1. Singly Linkes lists
  2. Youtube
  3. Google

Learning objecives

By the end of this session, you should be able to Explain to anyone without the help of GOogle the following concepts.

  • When and why using linked lists vs arrays
  • How to build and use linked lists