Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 362 Bytes

File metadata and controls

13 lines (8 loc) · 362 Bytes

Since I’m mostly self-taught, I never had formal training in algorithms. But I’ve always enjoyed the challenge they represent, so here I’ll be sharing the problems I’m solving on LeetCode along with my personal notes and comments (in spanish for now).

To run a file:

npm run install
npm run dev -- file.js

TODO:

  • Add unit tests