Published inDev GeniusJavaScript: Fun Intersection of 2 Linked ListsThis is an interesting problem — find the node of intersection for two singly Linked Lists. For the example above, node C1 is the…Sep 20, 20211Sep 20, 20211
Published inDev GeniusMom in Tech: I made it!A toddler, a 2 month old, breastfeeding, boot camp and finally transitioned out of my old career into a new tech job. I made it! It paid…Sep 5, 20211Sep 5, 20211
Published inDev GeniusDFS (Depth First Search) Traversal Techniques — Short and SweetWhat is a binary tree?Oct 6, 2020Oct 6, 2020
Published inDev GeniusPower Set Algorithm with Recursion or BitsWhat is a Power Set?Sep 24, 20202Sep 24, 20202
Published inDev GeniusJavaScript Asynchronous Operation — Read File Directory with Callback or PromisesAsynchronous Operation — Why do we care?Sep 14, 2020Sep 14, 2020
Published inDev GeniusLinked List Algorithm: Is it a palindrome for singly-linked list?What is a Linked List?Aug 31, 20201Aug 31, 20201
Published inDev GeniusLet’s rotate a matrix clockwise! JavaScript BeginnersGiven an n x n matrix, how can we rotate it by 90 degrees clockwise? This is a standard algorithm problem, let’s look at a straightforward…Aug 16, 2020Aug 16, 2020
Published inDev GeniusJavaScript: Traverse Tree RecursivelyThe ability to traverse a tree is an important basic foundational concept. A tree is a data structure with a collection of nodes with a…Aug 2, 2020Aug 2, 2020