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

Seyed37/GTOI

 
 

Repository files navigation

GTOI

Graph Theory for Olympiad in Informatics

How to make the book?

one 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 41.7%
  • JavaScript 22.4%
  • HTML 17.7%
  • Python 10.4%
  • Makefile 7.5%
  • Shell 0.3%