<softwareblog.dev />
Extra/Suggestions
Tools

Algorithms

7 published articles

Re-visiting the LRU Cache and Exploring its Variants

Re-visiting the LRU Cache and Exploring its Variants

Re-visiting the LRU cache and looking at its implementation as well as exploring many of its variants.

AlgorithmsData StructuresWeb Development
December 15, 2025
Exploring Variants of Linked Lists, Stacks, and Queues for Problem Solving

Exploring Variants of Linked Lists, Stacks, and Queues for Problem Solving

Explore variations of linked lists, stacks, queues, and see how you can use them to efficiently solve problems.

AlgorithmsData StructuresLinked Lists
December 11, 2025
Enhancing Web Security with Encryption and Hashing Algorithms

Enhancing Web Security with Encryption and Hashing Algorithms

Gain a solid understanding of best security practices and the different encryption and hashing algorithms.

AlgorithmsEncryptionSecurity
November 3, 2024
Algorithms and the Big-O Notation

Algorithms and the Big-O Notation

Utilize the Big-O notation to measure and improve algorithm efficiency.

AlgorithmsMathematicsTime Complexity
March 8, 2024
Task Scheduler Application Implementing the LRU Cache

Task Scheduler Application Implementing the LRU Cache

Learn how to build a task scheduler application using the LRU cache data structure.

AlgorithmsNode.jsReact.js
February 12, 2024
Deep Dive into Maps, Sets, and the LRU Cache

Deep Dive into Maps, Sets, and the LRU Cache

Build the LRU cache data structure using built-in JavaScript data structures such as Maps and Sets.

AlgorithmsData StructuresTypeScript
February 9, 2024
Your Guide to Arrays, Linked Lists, Stacks, and Queues

Your Guide to Arrays, Linked Lists, Stacks, and Queues

Gain a solid foundational understanding of key data structures such as Arrays, Linked Lists, Stacks, and Queues.

AlgorithmsData StructuresNode.js
February 6, 2024
← All tags

© 2026 softwareblog.dev. All rights reserved.