Add Two Numbers


January 24, 2021

Objective We want to write a function called addTwoNumbers that accepts two non-empty linked lists representing two non-negative integers as parameters.   What we know about those lists is that the digits inside of them are stored in reverse order…Show more

Two Sum


January 18, 2021

Introduction Two sum is the first and probably the easiest problem on Leetcode. It's also something that many people may consider as a gateway between genius programmers who work at google and facebook and mediocare no-name code monkeys.   All of…Show more

My Journey Through The App Academy Open Curriculum


October 08, 2020

Introduction   The Appacademy open curriculum is offered by the folks over at Appacademy completely for free for anyone with internet access and a good computer to program on.   I decided to try my hand at finishing the whole curriculum first hand as…Show more