Skip to content

Files

Latest commit

80ef246 · Dec 14, 2022

History

History

0x13-more_singly_linked_lists

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 27, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Oct 26, 2022
Dec 14, 2022
Oct 26, 2022

README.md

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