Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.35 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.35 KB

LeetCode solutions

github pages GitHub Super-Linter

LeetCode solutions are written in Java. Rendered by Hugo & GitHub pages. You can visit here for a happy reading.

Local Development And Preview

  1. Add the comment of the relative path in .md that you want to include, like the following:
    // ../../../../src/lrucache_146/LRUCache.java
  2. Run npx embedme README.md
  3. Run hugo server under web/

GitHub Actions

Spec

Q&A

  • How to embed source code by link rather than COPY&PASTE in README?
    • You can use this tool written by js.