Matthew AquinoIntro to Dynamic Programming with the Fibonacci SequenceIn my foray into the world of Data Structures and Algorithms, I’ve come across various problem types and patterns but one that has seemed…Sep 2, 20211Sep 2, 20211
Matthew AquinoinGeek CultureCoding Challenge: Swapping Nodes in a Linked List and Swap Nodes in PairsIn today’s article, we are throwing it back to one of the first data structures that we learned; linked lists. See here for a refresher on…Aug 23, 2021Aug 23, 2021
Matthew AquinoCoding Challenge: Binary Tree View from the Right SideWe are continuing our coding challenge series with a problem involving binary trees. In our previous article, we used a Depth First Search…Aug 20, 2021Aug 20, 2021
Matthew AquinoSolving Number of Islands using Depth First Search (DFS)As a continuation of our code challenge practice, we will be solving a common problem called Number of Islands using a graph traversal…Aug 15, 2021Aug 15, 2021
Matthew AquinoinNerd For TechBinary Tree Coding Challenges in JS: Invert a Binary TreeThis week’s problem involves a data structure we previously covered, trees. Please visit the previous article here, to learn more about…Aug 7, 2021Aug 7, 2021
Matthew AquinoClassic Linked List Problems: Reversing a Linked List and Removing an Element from a Linked ListToday we will be working with a linked list, a very common data structure. For an in depth analysis and implementation of a linked list…Jul 31, 2021Jul 31, 2021
Matthew AquinoinWebtipsThe iconic Two Sum in JavaScriptIn today’s post, we’re going to be solving the iconic coding challenge, Two Sum. For most people, this problem is fairly trivial but for…Jul 25, 2021Jul 25, 2021
Matthew AquinoinJavaScript in Plain EnglishAnalysis of Hash Tables in JavaScriptIn our ongoing series covering some core data structures, we are up to hash tables also commonly known as hash maps.Jul 13, 20212Jul 13, 20212
Matthew AquinoinGeek CultureBinary Heaps in JavaScriptAs a continuation of our series on Data Structures in this article, we will be discussing Binary Heaps and I will be including code to…Jul 8, 2021Jul 8, 2021
Matthew AquinoinJavaScript in Plain EnglishHow to Implement Binary Search Trees and Tree Traversal in JavaScriptAs a continuation of our series on implementing data structures in JavaScript, we are going to be creating a Binary Search Tree class and…Jul 1, 2021Jul 1, 2021