Leetcode #844: Backspace String Compare
4 minute read Published: 2025-05-23I'm gonna try to trick my brain into doing some leetcode challenges over the course of this year, so let's start with something simple like "Backspace String Compare".
I'm gonna try to trick my brain into doing some leetcode challenges over the course of this year, so let's start with something simple like "Backspace String Compare".
Dive into the lore of Scheme and Racket with these awesome podcast episodes – where coding stories and functional wisdom come to life. I've hand-picked each one to create the ultimate listening guide for Lisp enthusiasts.
What started as a simple fitness data export turned into a perfect illustration of why domain-specific languages can be so powerful. A brief journey from Racket to jsonquerylang.
A quick introduction to the named let
, why you might want to use letrec
, and what "mutually recursive functions" are. To learn more about the let
family, consult The Racket Guide and The Racket Reference.
One of the features I started using extensively this year is a threading macro. Also, I wanted to give an honorable mention to some higher-order functions we have out of the box from Racket.