README, .gitignore angelegt
This commit is contained in:
commit
6d160a7686
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# auxiliary files for LaTeX
|
||||||
|
*.acn
|
||||||
|
*.acr
|
||||||
|
*.alg
|
||||||
|
*.aux
|
||||||
|
*.bbl
|
||||||
|
*.bcf
|
||||||
|
*.blg
|
||||||
|
*.fdb_latexmk
|
||||||
|
*.fls
|
||||||
|
*.ist
|
||||||
|
*.loa
|
||||||
|
*.lof
|
||||||
|
*.log
|
||||||
|
*.lol
|
||||||
|
*.lot
|
||||||
|
*.out
|
||||||
|
*.run.xml
|
||||||
|
*.synctex.gz
|
||||||
|
*.tdo
|
||||||
|
*.toc
|
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Zusammenfassung der Vorlesung Approximationsalgorithmen
|
||||||
|
|
||||||
|
Dieses Repository enthält meinen Versuch einer Zusammenfassung verschiedener Verfahren und Algorithmen aus "Approximationsalgorithmen". Ich garantiere weder für Korrektheit noch Vollständigkeit.
|
||||||
|
Die Zusammenfassung ist unter der "[Commons Namensnennung-Nicht kommerziell 4.0 International Lizenz](http://creativecommons.org/licenses/by-nc/4.0/Creative)" lizenziert.
|
Loading…
Reference in New Issue
Block a user