Singly Linked Lists in Python: Implementation & Operations

Step-by-step implementation of Singly Linked Lists in Python, including standard operations and interview questions.

October 21, 2024 · 6 min · 1105 words · Nirajan Khatiwada

Doubly Linked Lists in Python: Bidirectional Traversal

A complete guide to Doubly Linked Lists in Python, featuring bidirectional traversal and advanced node operations.

October 22, 2024 · 5 min · 883 words · Nirajan Khatiwada

Circular Linked Lists in Python: Implementation Guide

Implementing Circular Linked Lists in Python: handling the circular reference and avoiding infinite loops.

October 23, 2024 · 4 min · 708 words · Nirajan Khatiwada