Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 345 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 345 Bytes

GTOI

Graph Theory for Olympiad in Informatics

How to make the book?

first time:

download npm and node at https://nodejs.org/en/
git clone https://github.com/shaazzz/GTOI.git
sudo apt-get install python3-sphinx
sudo npm install -g http-server
npm install

after every change:

cd GTOI
./scripts/build.sh
cd _build
http-server