Christa GammageFizzBuzz: The BreakdownToday I will be explaining how to solve the simple coding algorithm question, FizzBuzz. The question: Given a number n, for each integer i…Nov 11, 2020Nov 11, 2020
Christa GammageJob Searching After Coding BootcampSo you’ve completed your coding bootcamp, but now it’s onto the next challenge: the job search. Job searching at this point, for me at…Nov 9, 2020Nov 9, 2020
Christa GammageHow To Create A Target Array in the Order Given in JavascriptGiven two arrays of equal length, nums and index, return a new array with the elements of nums left to right positioned at the index of…Oct 29, 2020Oct 29, 2020
Christa GammageCreating a Backblaze Database in Node.js/JavascriptI noticed that the most recent article written on creating a Backblaze database in Javascript was 3 years old. So I decided to create an…Oct 26, 2020Oct 26, 2020
Christa GammageSplit A String Into Balanced Strings in JavascriptIf you’re studying for your coding interviews, you may come across this “easy” coding challenge. “Balanced” strings are those who have…Oct 13, 2020Oct 13, 2020
Christa GammageFind The Correct Position To Insert a Given Element in An Array in JavascriptThis article will cover the algorithm of how to find the correct position to insert a given element into a sorted array in Javascript.Oct 11, 2020Oct 11, 2020
Christa GammageHow To Find A Target Node in A Binary Search TreeThe Binary Search Tree is a staple of the coding interview. I will review how to solve this problem in javascript. “Given a Binary Search…Oct 3, 2020Oct 3, 2020
Christa GammageTackling the Two Number Sum AlgorithmOne of the most popular coding questions involves the two number sum. “Given an non-empty array of distinct integers and a target sum…Sep 28, 2020Sep 28, 2020
Christa GammageHow to Validate If A Second Array Is A Subsequence of the First ArrayAnother popular interview question for the coding interview is to validate if a second array is a subsequence of the first array. For…Sep 27, 2020Sep 27, 2020
Christa GammageHow to Calculate The Branch Sums of A Binary TreeSo you’ve begun studying algorithms for you coding interview. Best of luck to you and your future endeavors! But first you must tackle the…Sep 27, 2020Sep 27, 2020