Personal notes from working through LeetCode exercises. This is not a guide, tutorial, or reference implementation collection — solutions here are written for my own practice and may be incomplete, unoptimized, or just plain wrong.
- Java 25
- jbang
Each exercise is a single-file Java program. Run it directly with jbang:
jbang path/to/Solution.javaWhere a SolutionTest.java file exists alongside it, run the tests the same way:
jbang path/to/SolutionTest.java