spencercjh / leetcode-playground

My LeetCoding with Micronaut and Github Actions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode Playground

Java CI with Gradle

Due to my limited ability to solve LeetCode problems, I hope to use TDD that I am familiar with to help me find problems in the code. At this stage, I think it is more important to write code and debug quickly with IDEA than mock the whiteboard environment of actual interviews.

Hopefully I can stick with it and finish the daily problem of LeetCode every day.

After trying for 2 days, I think the advantage of using unit tests to run the problem is that it saves time. The execution of the program on the LeetCode webpage is too slow.

Features

CI

There is a github action to run gradle test after every push and PR.

Sync Today Record

There is a github action to create a Java source and test file about Today Record(每日一题) at 00:01 UTC+8 every day.

If you are interested in this Action, please use its external version instead of the inner action.

References:

About

My LeetCoding with Micronaut and Github Actions

License:Apache License 2.0


Languages

Language:Java 100.0%