These are my revision notes for the Data Structures, Algorithms and Databases module of the MSc Computer Science postgraduate course at the University of Birmingham during the 2020—2021 session.
It is recommended to use pdfTeX to generate a PDF file directly from the source. The pdfTeX extension is included in most free TeX distributions.
Simply clone the source from this repository.
git clone https://github.com/martindes01/data-structures-algorithms-databases.git
cd data-structures-algorithms-databases
- Main LaTeX file: data-structures-algorithms-databases.tex
- Compiled PDF: data-structures-algorithms-databases.pdf
To generate the PDF, run pdfTeX with the command pdflatex
to use the standard LaTeX macros.
Two passes are needed to generate all features of the document.
pdflatex data-structures-algorithms-databases.tex
pdflatex data-structures-algorithms-databases.tex
This project is distributed under the terms of version 3 of the GNU General Public License as published by the Free Software Foundation. See COPYING for more information.