A static web-app for
- storing Leetcode solution
- DSA notes
Animated visualization for how information propagate in the solution domain in DP problem,
Demo here:
Tip
Deployed to here, currently in a hybrid of Chinese of English.
to build
mkdocs build --config-file ./leetcode_with_adam/mkdocs.yml --verbose --strict -d public
mkdocs serve --config-file ./leetcode_with_adam/mkdocs.yml -a 0.0.0.0:8001docker image build -t leetcode .
# burner container
docker container run -p 8000:8000 --rm leetcode Home: landing pageLeetcode: Leetcode solutionAlgorithm: algorithmData Structure: data structure by topicString: dedicated page for string matching like KMP and Rabin-KarpTechniques: techniques that can't be categorized into the algorithm but useful in solving problemsContest: contest solution and self-reflection.
- need to add a feature to group by topic or something

