TipsMake
Newest

Tags : linked list

Reverse linked list
Program 12 February 2025

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.

Read More
Shift linked list problem
Program 12 February 2025

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.

Read More
Merge Linked List Problem
Program 12 February 2025

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

Read More