A collection of LeetCode problems solved in Go (Golang), because why make life easy when you can chase pointers and manage goroutines? πΉ
This repository contains my solutions to various LeetCode problems, all implemented in Go. As a Go developer, I believe in writing efficient, concurrent, and sometimes overly-explicit code that would make Rob Pike proud.
These problems made me question my life choices, my career path, and sometimes my entire existence. Proceed with caution and maybe some tissues. π
| Problem | Difficulty | Why It Hurt |
|---|---|---|
| Trapping Rain Water II | π΄ Hard | 3D water simulation in 2D arrays? Seriously? |