Python Lists & Slicing: The Complete Guide

A one-stop guide to understanding Python lists, from basic indexing to advanced slicing techniques.

October 20, 2024 · 4 min · 642 words · Nirajan Khatiwada

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

Stacks & Queues in Python

Learn how to implement Stacks (LIFO) and Queues (FIFO) efficiently in Python.

October 25, 2024 · 0 min · 0 words · Nirajan Khatiwada