TechBum
  • Home
  • Coding Interview Patterns
  • Software Engineering
  • About
Subscribe

Linked List - Data Structure & Algorithms

Posts on the Linked-List data structure and patterns for coding interviews.
Slow & Fast Pointers - Linked List Pattern
Data Structures & Algorithms

Slow & Fast Pointers - Linked List Pattern

The Slow & Fast Pointer approach is the second pattern that will come in handy when working on Linked list problems. We will learn this pattern by applying it to the following three problems: 1. Find Middle of Linked List 2. Find Kth-node from last 3. Detect a cycle in Linked List
Feb 15, 2021 5 min read
Reversal Pattern - Linked List
Data Structures & Algorithms

Reversal Pattern - Linked List

In this post, we will learn about Reversing a linked list and all the different problems where you can apply this pattern to solve twisted Linked List problems.
Feb 5, 2021 5 min read
Linked List Basics - Coding Interview Patterns
Data Structures & Algorithms Featured

Basics of Linked List

An introduction to the Singly Linked List and Doubly Linked List (DLL) data structures and their applications.
Jan 24, 2021 3 min read
TechBum © 2023
Powered by Ghost