some algorithmic implementations of common questions about binary search, balanced trees and such.
I got my degree on CS around 7 years ago. even tho my work has been about designing experiences around Frontend, Backend, API's even databases some problems like a binary search or how to balance a binary tree were things I never got asked or even had to solve again. Every tooling or framework would do this for me. or even easier, I would read the implementation and re implement them in whatever the environment/language I was using at the time.
We might need it to solve some interview questions, perhaps it would come handy if we need to fix something that is not working properly (and the c&p doesn't cut it anymore) or even just to refresh and learn some engrained algorithmic trickery in every grep find or even search command/button we have used or cliked on!
Using JS when possible and English to the best of my ability. Probably with MD files along with the code and some tests showing that the code works.