No description
Find a file
2025-11-03 22:20:04 +01:00
01-two-sum Move things around 2025-04-08 20:33:28 +02:00
02-add-two-numbers Move things around 2025-04-08 20:33:28 +02:00
03-longest-substring-without-repeating-characters Solved Problem 3 2025-04-09 09:34:17 +02:00
04-median-of-two-sorted-arrays Move things around 2025-04-08 20:33:28 +02:00
09-palindrome-number Move things around 2025-04-08 20:33:28 +02:00
13-roman-to-integer solved problem 13 2025-04-07 09:41:07 +02:00
14-longest-common-prefix Solved Problem 14 2025-04-07 10:35:20 +02:00
20-valid-parentheses Solve Problem 2 2025-04-08 10:20:36 +02:00
1578-minimum-time-to-make-rope-colorful solved 1578 2025-11-03 22:20:04 +01:00
.envrc batman 2025-04-04 11:04:29 +02:00
.gitignore batman 2025-04-04 11:04:29 +02:00
.prettierrc solved 1578 2025-11-03 22:20:04 +01:00
flake.lock batman 2025-04-04 11:04:29 +02:00
flake.nix solved 1578 2025-11-03 22:20:04 +01:00
README.md README 2025-04-07 09:45:00 +02:00

LeetCode Problems Solutions

This Monorepo contains my solutions to LeetCode problems. I mostly do them to learn a new language, prepare for interviews or just for fun.

The solutions are all inside directories named "[problem-number]-[problem-name]". In those directories, there are the mini-projects for the solutions together with unit tests or other means of confirming the 3 example test cases.