Notes from subjects taught on TCS, JU
Currently, this repository contains notes for the following:
- Discrete Mathematics (Matematyka Dyskretna)
- Operating Systems (Systemy Operacyjne)
- Probabilistic Methods in Machine Learning (Metody Probabilistyczne w Uczeniu Maszynowym)
- Algorithms in Algebra and Number Theory (Algorytmy Algebry i Teorii Liczb)
- Models of Computation (Modele Obliczeń); incomplete
- Final exam for the licencjat degree; incomplete
- clone the repository
- install LaTeX (if you are on Ubuntu:
sudo apt-get install texlive-fullwill do the trick) mkdir builddirectory so that TeX can do its thing- run
./build-one.sh {subject}to build the PDF for the subject - get your pdf from
./build/{subject}/main.pdf