Amy Shackles
Last Known Good Configuration

Last Known Good Configuration

Follow
homebadges

The Monty Hall Problem

Jun 1, 20214 min read

... and why it may have broken your brain ยท The first time I encountered the Monty Hall problem, I was absolutely convinced that the person who playfully...

The Monty Hall Problem

Why Is {} > []?

Nov 24, 20207 min read

TLDR version Relational Comparisons In JavaScript, the result of a relational comparison is determined by the Abstract Relational Comparison...

Why Is {} > []?

Learning to Love Regex

Nov 11, 202011 min read

You create a table of information somewhere and decide to transfer it somewhere else in markdown format. Only, when you go to copy the values into...

Learning to Love Regex

SingleNumber

Sep 20, 20203 min read

Problem Statement Given a non-empty array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should...

SingleNumber