mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-15 19:12:22 +01:00
27 lines
769 B
TeX
27 lines
769 B
TeX
\documentclass[11pt]{ainotes}
|
|
\usepackage{xspace}
|
|
|
|
\title{Languages and Algorithms for\\Artificial Intelligence\\(Module 3)}
|
|
\date{2023 -- 2024}
|
|
\def\lastupdate{{PLACEHOLDER-LAST-UPDATE}}
|
|
\newcommand{\enc}[1]{{\llcorner{#1}\lrcorner}}
|
|
\newcommand{\tapestart}[0]{\triangleright}
|
|
\newcommand{\tapeblank}[0]{\square}
|
|
\def\P{\textbf{P}\xspace}
|
|
\def\DTIME{\textbf{DTIME}\xspace}
|
|
\def\FP{\textbf{FP}\xspace}
|
|
\def\FDTIME{\textbf{FDTIME}\xspace}
|
|
\def\EXP{\textbf{EXP}\xspace}
|
|
\def\FEXP{\textbf{FEXP}\xspace}
|
|
\def\NP{\textbf{NP}\xspace}
|
|
\def\NDTIME{\textbf{NDTIME}\xspace}
|
|
|
|
\begin{document}
|
|
|
|
\makenotesfront
|
|
\input{sections/_intro.tex}
|
|
\input{sections/_turing.tex}
|
|
\input{sections/_complexity.tex}
|
|
\input{sections/_computational_learning.tex}
|
|
|
|
\end{document} |