Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source/algorithms.tex
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
\ref{alg.c.library} & C library algorithms & \tcode{<cstdlib>} \\ \hline
\end{libsumtab}

\synopsis{Header \tcode{<algorithm>} synopsis}
\rSec1[algorithm.syn]{Header \tcode{<algorithm>} synopsis}
\indextext{\idxhdr{algorithm}}%
\indexlibrary{\idxhdr{algorithm}}%

Expand Down Expand Up @@ -1024,6 +1024,7 @@
}
\end{codeblock}

\rSec1[algorithms.requirements]{Algorithms requirements}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that looks like a good separation. Thanks!

\pnum
All of the algorithms are separated from the particular implementations of data structures and are
parameterized by iterator types.
Expand Down