Posts tagged code
Leet Code Practice
Given a string `s` and an integer `k`, return the length of the longest substring containing the same letter you can get after performing a change to any…
Prep Problems
Some leet problems that I've solved to prep for August's interviews. All of these have a Python solution but there's not much preventing me from solving i…