Skip to content

Latest commit

 

History

History

0x17-doubly_linked_lists

img

Doubly linked lists

Intro

In this session, we will take a look at doubly linked data structure

Resources

  1. What are Doubly linked lists
  2. Youtube
  3. Google

Learning objectives

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

  • What is a doubly linked list
  • How to use doubly linked lists
  • Start to look for the right source of information without too much help