martindes01 / data-structures-algorithms-databases

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

Repository from Github https://github.commartindes01/data-structures-algorithms-databasesRepository from Github https://github.commartindes01/data-structures-algorithms-databases

data-structures-algorithms-databases

About

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.

Getting Started

Prerequisites

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.

Installation

Simply clone the source from this repository.

git clone https://github.com/martindes01/data-structures-algorithms-databases.git
cd data-structures-algorithms-databases

Files

Usage

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

License

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.

About

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

License:GNU General Public License v3.0


Languages

Language:TeX 100.0%