Skip to content

Instantly share code, notes, and snippets.

View leogsouza's full-sized avatar
🎯
Foca no trabalho

Leonardo Souza leogsouza

🎯
Foca no trabalho
  • São Paulo
View GitHub Profile
@leogsouza
leogsouza / grokking_to_leetcode.md
Created May 30, 2023 18:04 — forked from tykurtz/grokking_to_leetcode.md
Grokking the coding interview equivalent leetcode problems

GROKKING NOTES

I liked the way Grokking the coding interview organized problems into learnable patterns. However, the course is expensive and the majority of the time the problems are copy-pasted from leetcode. As the explanations on leetcode are usually just as good, the course really boils down to being a glorified curated list of leetcode problems.

So below I made a list of leetcode problems that are as close to grokking problems as possible.

Pattern: Sliding Window

@leogsouza
leogsouza / links.txt
Created November 5, 2022 14:40 — forked from opsxcq/links.txt
Download Brazil Election data
Download with
`for ll in $(cat links.txt); do wget --user-agent="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)" $ll & done;`