Skip to content
/ GTOI Public
forked from shaazzz/GTOI

Graph Theory for Olympiad in Informatics

License

Notifications You must be signed in to change notification settings

MEgooneh/GTOI

 
 

Repository files navigation

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

About

Graph Theory for Olympiad in Informatics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.7%
  • JavaScript 29.2%
  • HTML 16.3%
  • Python 9.4%
  • Makefile 6.8%
  • Shell 0.6%