Code Corner: Triangles
For the last two weeks, I’ve had a bunch of interviews and code challenge tasks I was taking which took up a lot of...
Read moreCode Corner: Nested Squares
Problem Draw three nested squares in html and css. My Solution Simple, you need three divs nested inside each other with a unique way...
Read moreInterviews are stressful
So I had an interview today, I would like to say it went well but I’ll only know that when they get back to...
Read moreCode Corner: Counting Multiples
Problem We are given 3 numbers, a starting number A, an ending number B and an integer K, find the number of multiples of...
Read moreCode Corner: Bracket Matching
Problem Given a string with brackets check to see if the brackets are properly nested. Source Example [] = return 1 () => 1...
Read moreCode Corner: Max of 3
Problem Given an n-length Array of integers ranging from -1000 to 1000 find the largest product of three numbers in A that you can...
Read moreCode Corner: 1-minute rule
So today’s task was so easy I’m going to do another one because I solved it way too fast. It’s really not that hard...
Read moreAugust Plan
My first-month update post. Here I’m going to list some things going on in my life and some of my plans for the coming...
Read moreCode Corner: More Array Hijinks
Problem We have another array operations question. This time we are given two inputs, a number n and a 2d array of operations. Each...
Read moreCode Corner: Counting Operations
Problem Codility MaxCounters We are given a number n and an array A of length m where each value in A is less than...
Read more