• Reverse linked list

    Reverse linked list
    what is a reverse linked list and two ways to solve the reverse linked list problem in python will be shared in the most detail through the article below.
  • Shift linked list problem

    Shift linked list problem
    in the previous lesson, we learned the answer to the reverse linked list problem. in this lesson, we will solve the shift linked list problem.
  • Merge Linked List Problem

    Merge Linked List Problem
    continuing the linked list topic in the algorithm & data structure series, today i will introduce to you the merge linked list problem. in this article, i will give 2 solutions to