Skip to content

Instantly share code, notes, and snippets.

View cmlohr's full-sized avatar
🤖

Colleen Lohr cmlohr

🤖
View GitHub Profile
@tykurtz
tykurtz / grokking_to_leetcode.md
Last active July 18, 2024 19:02
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

@Kholdfyre
Kholdfyre / msys2_mingw-w64-env-setup.txt
Last active November 7, 2023 23:19 — forked from lux01/MSYS2 MinGW-W64 Setup.txt
Simple guide to set-up a MinGW-w64 environment on Windows using MSYS2
Part 1: Installing MSYS2/MinGW-W64
Windows is a piece of shit so to make the projects and code interoperable between Windows and Linux
development environments we need to setup a Linux compatible build environment on Windows.
1. Go to http://msys2.github.io/
2. Follow instructions 1 - 6 on the page. Make sure you remember where you installed this!
NB: For instruction 6 it asks you to close MSYS2, do this by pressing the X button, not
by typing exit (which is how you would normally do it).
3. Type the following command into the MSYS2 shell: