Skip to content

Solutions for the exercises of the course “Algorithmics”

Notifications You must be signed in to change notification settings

Tekbert/Algorithmics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This repository contains (hopefully at least partially correct) solutions to the exercises of the course “Algorithmics”, held at the Vienna University of Technology in the winter semester of 2012.

Dependencies

  • Highlight — Convert source code

  • Xelatex — Typesetting engine

  • Various Fonts

If you do not own some of the fonts mentioned in the document, just replace the font names — they are located under the comment % -- Fonts -- — with the name of fonts that are already installed on your system.

Translation

# Convert pseudocode examples to LaTeX
cd Utilities; ./convert_code_to_tex.sh; cd ..
# Generate pdf
xelatex *.tex; biber *.tex; xelatex *.tex

About

Solutions for the exercises of the course “Algorithmics”

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 62.5%
  • Python 37.5%