mirror of
https://github.com/Wessel/nhl-levenshtein.git
synced 2026-06-05 23:55:45 +02:00
25 lines
1016 B
TeX
25 lines
1016 B
TeX
\onecolumn
|
|
% todo(wessel)
|
|
\section*{Dictionairy}
|
|
\begin{table}[ht]
|
|
\raggedright
|
|
\begin{threeparttable}
|
|
\begin{tabular}{p{4cm}|p{11.5cm}}
|
|
\toprule
|
|
\textbf{Term} & \textbf{Meaning} \\
|
|
\hline
|
|
ms & Milliseconds, one thousandth of a second. \\
|
|
us & Microseconds, one millionth of a second. \\
|
|
ns & Nanoseconds, one billionth of a second. \\
|
|
Programming Paradigm & A style of programming. \\
|
|
Imperative & A programming paradigm that uses statements to change a program's state. \\
|
|
Functional & A programming paradigm that treats programming as mathematical functions. \\
|
|
Semi-Functional & A mix between functional and imperative programming. \\
|
|
Mutable & A variable that can be changed. \\
|
|
Immutable & A variable that cannot be changed. \\
|
|
\bottomrule
|
|
\end{tabular}
|
|
\end{threeparttable}
|
|
\end{table}
|
|
\twocolumn
|