A collection of LeetCode solutions, written by me.
...can optionally run:
nix developIn the root directory, to install any required packages.
...can optionally install the suggested extensions.
The Java language server extension is buggy, you must import the gradle Java
build files manually, and when prompted to, choose Let Me Select... when the
popup appears.
If the popup does not appear, run java.clean.workspace in your command pallet.
...can run:
./gradlew projectsTo view every currently available solution.
./gradlew :<project-name>:testTo run the tests in <project-name>/test.
./gradlew :<project-name>:runTo run the public static void main(String[] args) method in
<project-name>/src/Solution.java if one is present (that's up to you).