Data Structures
Showing 9 posts
Data Structures8 min read
Types of Data Structures
Understand the main types of data structures — linear, non-linear, and hash-based — and how they organize and manage data differently.
Eduardo Pacheco January 26, 2025
Read more Data Structures8 min read
Understanding Monotonic Stacks
A deep dive into the Monotonic Stack data structure, its use cases, and implementation.
Eduardo Pacheco January 24, 2025
Read more Data Structures8 min read
Understanding Deques in Programming
A comprehensive guide to double-ended queues (deques), their operations, and use cases in programming.
Eduardo Pacheco January 15, 2025
Read more Data Structures8 min read
Understanding Queues in Programming
A comprehensive guide to queues in programming, their characteristics, types, and implementations.
Eduardo Pacheco January 10, 2025
Read more Data Structures8 min read
Understanding Stacks in Programming
A comprehensive guide to stacks, their functionality, and implementation in programming.
Eduardo Pacheco January 09, 2025
Read more Data Structures8 min read
Graphs
A comprehensive guide to graphs, their types, representations, and common operations with examples.
Eduardo Pacheco December 17, 2024
Read more Data Structures8 min read
Tries
Tries, a powerful data structure for efficient string manipulation and search operations.
Eduardo Pacheco December 16, 2024
Read more Data Structures8 min read
Binary Trees
The fundamental concepts of binary trees, their types, operations, and applications with examples.
Eduardo Pacheco December 13, 2024
Read more Data Structures8 min read
Linked Lists
The basics of linked lists, their types, advantages, and common operations with examples.
Eduardo Pacheco December 12, 2024
Read more