forked from algorhythms/Algo-Quicksheet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacronym.tex
More file actions
27 lines (25 loc) · 786 Bytes
/
Copy pathacronym.tex
File metadata and controls
27 lines (25 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
%%%%%%%%%%%%%%%%%%%%%%acronym.tex%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% sample list of acronyms
%
% Use this file as a template for your own input.
%
%%%%%%%%%%%%%%%%%%%%%%%% Springer %%%%%%%%%%%%%%%%%%%%%%%%%%
\Extrachap{Abbreviations}
\runinhead{A} Array
\runinhead{idx} Index
\runinhead{TLE} Time Limit Exceeded
\runinhead{MLE} Memory Limit Exceeded
\runinhead{dp} Dynamic programming
\runinhead{def} Definition
\runinhead{ptr} Pointer
\runinhead{len} Length
\runinhead{asc} Ascending
\runinhead{desc} Descending
\runinhead{pred} Predecessor
\runinhead{succ} Successor
\runinhead{$\pi$/pi} The parent of a child
\runinhead{bfs} Breadth-first search
\runinhead{dfs} Depth-first search
\runinhead{mat} Matrix
\runinhead{ADT} Abstract Data Type
\runinhead{aka} Also known as