Last Known Good Configuration

HomeBadges

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 algorithm. The algorithm converts both sides of a comparison to primitive values and then returns the result...

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 your code editor, you realize that the formatting is all wrong! Verdammt! You spent all day compilin...

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 have a linear runtime complexity. Could you implement it without extra memory? Thought Process My ini...

© 2021 Last Known Good Configuration

PrivacyTerms
Proudly part of