mirror of
https://github.com/NotXia/unibo-ai-notes.git
synced 2025-12-16 11:31:49 +01:00
Add LAAI3 P and EXP complexity
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
\documentclass[11pt]{ainotes}
|
||||
\usepackage{xspace}
|
||||
|
||||
\title{Languages and Algorithms for\\Artificial Intelligence\\(Module 3)}
|
||||
\date{2023 -- 2024}
|
||||
@ -6,11 +7,18 @@
|
||||
\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}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\makenotesfront
|
||||
\input{sections/_intro.tex}
|
||||
\input{sections/_turing.tex}
|
||||
\input{sections/_complexity.tex}
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user