Recent Posts/ data-structures
data-structurestreeTrees and Graphs (with JavaScript examples)
Uncover the power of trees for hierarchical data and graphs for networked relationships. This post covers key concepts like traversals, common algorithms, and JavaScript implementations for real-world applications.
10-06-2025
data-structureslinked-listLinked Lists, Stacks, Queues (with JavaScript examples)
Understand how linked lists, stacks, and queues work under the hood, and see JavaScript implementations for inserting, removing, and traversing data efficiently.
04-06-2025
javascriptmapJavaScript Map and Big O Notation
Master JavaScript Map operations and their Big O complexities—learn constant-time set, get, delete, and practical patterns like counting, grouping, duplicate detection, and LRU caching for more efficient code.
27-09-2024
javascriptsetJavaScript Set and Big O Notation
Master JavaScript Set operations and their Big O complexities—learn constant-time add, delete, has, and practical patterns like duplicate removal, intersection, sliding-window substring, and performance considerations.
19-09-2024