Learn practical skills, build real-world projects, and advance your career

Save

import jovian
jovian.commit()

Problem

In this notebook, we'll focus our discussion on the following problem:

QUESTION: Write a function to reverse a linked list

Before we answer this question, we need to answer:

  • What do we mean by linked list?
  • How do we create a linked list in Python?
  • How do we store numbers in a linked list?
  • How do we retrieve numbers in a linked list
!pip install jovian --upgrade --quiet