DEV Community

The DSA Quest: A Journey to Mastery Series' Articles

Back to Emmanuel Ayinde 's Series
Introduction to Data Structures and Algorithms: The Quest Begins
Cover image for Introduction to Data Structures and Algorithms: The Quest Begins

Introduction to Data Structures and Algorithms: The Quest Begins

5
Comments
7 min read
Mastering Arrays in JavaScript: From Basics to Pro
Cover image for Mastering Arrays in JavaScript: From Basics to Pro

Mastering Arrays in JavaScript: From Basics to Pro

4
Comments
10 min read
Object-Oriented Programming: Your First Step Toward Mastering DSA
Cover image for Object-Oriented Programming: Your First Step Toward Mastering DSA

Object-Oriented Programming: Your First Step Toward Mastering DSA

6
Comments
13 min read
Master Linked List like a Pro: Understanding how linked list works
Cover image for Master Linked List like a Pro: Understanding how linked list works

Master Linked List like a Pro: Understanding how linked list works

3
Comments 1
7 min read
How to Implement Singly Linked List in JavaScript
Cover image for How to Implement Singly Linked List in JavaScript

How to Implement Singly Linked List in JavaScript

6
Comments
5 min read
Master How Doubly Linked List is implemented in JavaScript
Cover image for Master How Doubly Linked List is implemented in JavaScript

Master How Doubly Linked List is implemented in JavaScript

4
Comments
6 min read
Circular Linked Lists Demystified: From Novice to Node Master
Cover image for Circular Linked Lists Demystified: From Novice to Node Master

Circular Linked Lists Demystified: From Novice to Node Master

3
Comments
8 min read
Linked List Mastery: Cracking LeetCode Problems on List
Cover image for Linked List Mastery: Cracking LeetCode Problems on List

Linked List Mastery: Cracking LeetCode Problems on List

2
Comments
5 min read
Understanding Stack Data Structure: A Step-by-Step Guide to Implementing Stack in JavaScript
Cover image for Understanding Stack Data Structure: A Step-by-Step Guide to Implementing Stack in JavaScript

Understanding Stack Data Structure: A Step-by-Step Guide to Implementing Stack in JavaScript

2
Comments
6 min read
Understanding Queues Data Structure: Mastering FIFO Principle in JavaScript
Cover image for Understanding Queues Data Structure: Mastering FIFO Principle in JavaScript

Understanding Queues Data Structure: Mastering FIFO Principle in JavaScript

2
Comments
5 min read
Cracking Stack and Queue LeetCode Problems: A Step-by-Step Guide to Solving LeetCode Challenges
Cover image for Cracking Stack and Queue LeetCode Problems: A Step-by-Step Guide to Solving LeetCode Challenges

Cracking Stack and Queue LeetCode Problems: A Step-by-Step Guide to Solving LeetCode Challenges

2
Comments
4 min read
Hash Tables Demystified: The Ultimate Guide with JavaScript Implementation
Cover image for Hash Tables Demystified: The Ultimate Guide with JavaScript Implementation

Hash Tables Demystified: The Ultimate Guide with JavaScript Implementation

3
Comments
11 min read
Mastering Time and Space Complexity: A Beginner's Guide to Big O Notation
Cover image for Mastering Time and Space Complexity: A Beginner's Guide to Big O Notation

Mastering Time and Space Complexity: A Beginner's Guide to Big O Notation

2
Comments
7 min read
Understanding bubble sort algorithm: Beginner's guide with leetcode problems
Cover image for Understanding bubble sort algorithm: Beginner's guide with leetcode problems

Understanding bubble sort algorithm: Beginner's guide with leetcode problems

3
Comments
8 min read
Understanding insertion sort algorithm: Beginner's guide with leetcode problems
Cover image for Understanding insertion sort algorithm: Beginner's guide with leetcode problems

Understanding insertion sort algorithm: Beginner's guide with leetcode problems

1
Comments
6 min read
Mastering Selection Sort Algorithm like a PRO
Cover image for Mastering Selection Sort Algorithm like a PRO

Mastering Selection Sort Algorithm like a PRO

4
Comments
5 min read
Understanding merge sort algorithm: Beginner's guide to mastering sorting algorithm
Cover image for Understanding merge sort algorithm: Beginner's guide to mastering sorting algorithm

Understanding merge sort algorithm: Beginner's guide to mastering sorting algorithm

2
Comments
5 min read
Cracking Quick Sort algorithm: From Theory to Practice in Minutes
Cover image for Cracking Quick Sort algorithm: From Theory to Practice in Minutes

Cracking Quick Sort algorithm: From Theory to Practice in Minutes

6
Comments 2
5 min read