Tina LukinDev 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
Tina LukinDev 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
Tina LukinDev GeniusDFS (Depth First Search) Traversal Techniques — Short and SweetWhat is a binary tree?Oct 6, 2020Oct 6, 2020
Tina LukinDev GeniusPower Set Algorithm with Recursion or BitsWhat is a Power Set?Sep 24, 20202Sep 24, 20202
Tina LukinDev GeniusJavaScript Asynchronous Operation — Read File Directory with Callback or PromisesAsynchronous Operation — Why do we care?Sep 14, 2020Sep 14, 2020
Tina LukinDev GeniusLinked List Algorithm: Is it a palindrome for singly-linked list?What is a Linked List?Aug 31, 20201Aug 31, 20201
Tina LukinDev 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
Tina LukinDev 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