LeetCode Solutions

Introduction

LeetCode solutions writing in java. Rendered by hugo & github pages. You can visit here for a happy reading.

Local Development And Preview

  1. Add comment of relative file path in .md which you want to include, like following:

    // ../../../../src/lrucache_146/LRUCache.java
    
  2. Run npx embedme README.md

  3. Run hugo server under web directory

Github Actions

Copywriting

Q&A

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