Asa's Website

Hack to Basics

August 2021 Check-in

A synopsis of things that interested me this month

Sharing some things I engaged with this month

The Two-Sum Problem

A post-mortem of an easy problem on LeetCode

Working through an easy problem on LeetCode

LeetCode: Happy Numbers

Solving "Happy Numbers" from LeetCode in python

Examining ways to solve LeetCode's "Happy Numbers"

LeetCode: Merge Two Sorted Lists

Working through "Merge Two Sorted Lists"

Solving this leetcode challenge with LinkedLists, a while-loop, as well as "AND"/"OR" logical operators