wdhif / notes

My personal and dogmatic notes about algorithms, data structures and other knowledges. Use at your own risks.

Home Page:https://wdhif.github.io/notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes

My personal and dogmatic notes about algorithms, data structures and other knowledges. Use at your own risks.

Website installation

My notes are powered by Hugo. To build the website, you must first start by cloning the Hugo Book theme which is managed by a submodule.

git submodule init
git submodule update

Run hugo server

docker run --rm -it -v $(pwd)/website:/src -v $(pwd)/docs:/docs -p 1313:1313 klakegg/hugo:ext-alpine server

Build website

docker run --rm -it -v $(pwd)/website:/src -v $(pwd)/docs:/docs klakegg/hugo:ext-alpine

About

My personal and dogmatic notes about algorithms, data structures and other knowledges. Use at your own risks.

https://wdhif.github.io/notes

License:Apache License 2.0


Languages

Language:Python 69.7%Language:Go 27.6%Language:Makefile 2.7%