KMKatie Marie - Among the Branchesinkatiemarie.hashnode.dev·Jan 23, 2022 · 4 min readArray CombinationsCHALLENGE Array Combinations Instructions: In this Kata, you will be given an array of arrays and your task will be to return the number of unique arrays that can be formed by picking exactly one element from each subarray. For example: solve([[1,2],...00
KMKatie Marie - Among the Branchesinkatiemarie.hashnode.dev·Jan 23, 2022 · 3 min readSquare(n) SumCHALLENGE Square(n) Sum Instructions: Complete the square sum function so that it squares each number passed into it and then sums the results together. We start with the PREP method. Need a refresher? Check out this post. Parameters Array of number...00
KMKatie Marie - Among the Branchesinkatiemarie.hashnode.dev·Sep 27, 2021 · 4 min readData Visualization and Mental DeclutteringAfter dabbling for about a year, I started learning to code full-time one year ago this month. I've stuck to this path for a full year, every day either coding or reading about coding. Over the last few weeks, I've been feeling stressed and tired, ...00
KMKatie Marie - Among the Branchesinkatiemarie.hashnode.dev·Aug 8, 2021 · 4 min readGetting Our Feet Wet.Okay! We've previously .... approached the shore.... gathered our basic gear....and practiced with our exit buddy. Want a little more practice, a little more spaced repetition ? Try these simple quiz apps, built around the most common string and arr...01C
KMKatie Marie - Among the Branchesinkatiemarie.hashnode.dev·Jul 20, 2021 · 1 min readPreparing to dive into CodeWarsCodewars is an online platform for programmers to practice putting their knowledge into practice by solving coding challanges. You'll need to create an account and choose your preferred language. Challenges are arranged by difficulty, ranging fro...01E