Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
ds2-notes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
datovky
ds2-notes
Commits
4c06235f
Commit
4c06235f
authored
6 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
Intro renamed to Preliminaries
parent
b6236e9a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
01-prelim/Makefile
+0
-0
0 additions, 0 deletions
01-prelim/Makefile
01-prelim/prelim.tex
+3
-3
3 additions, 3 deletions
01-prelim/prelim.tex
with
3 additions
and
3 deletions
01-
intro
/Makefile
→
01-
prelim
/Makefile
+
0
−
0
View file @
4c06235f
File moved
This diff is collapsed.
Click to expand it.
01-
intro/intro
.tex
→
01-
prelim/prelim
.tex
+
3
−
3
View file @
4c06235f
...
@@ -11,9 +11,7 @@
...
@@ -11,9 +11,7 @@
\noalign
{
\vskip
-
\smallskipamount
}
\noalign
{
\vskip
-
\smallskipamount
}
}}$$}
}}$$}
\chapter
[intro]
{
Introduction
}
\chapter
[prelim]
{
Preliminaries
}
\section
{
Examples of data structures
}
Generally, a~data structure is a~``black box'', which contains some data and
Generally, a~data structure is a~``black box'', which contains some data and
allows
\df
{
operations
}
on the data. Some operations are
\em
{
queries
}
on the current
allows
\df
{
operations
}
on the data. Some operations are
\em
{
queries
}
on the current
...
@@ -27,6 +25,8 @@ We usually separate the \df{interface} of the structure (i.e., the set of operat
...
@@ -27,6 +25,8 @@ We usually separate the \df{interface} of the structure (i.e., the set of operat
supported and their semantics) from its
\df
{
implementation
}
(i.e., the layout of data
supported and their semantics) from its
\df
{
implementation
}
(i.e., the layout of data
in memory and procedures handling the operations).
in memory and procedures handling the operations).
\section
{
Examples of data structures
}
\subsection
{
Queues and stacks
}
\subsection
{
Queues and stacks
}
A~
\df
{
queue
}
is a~sequence of items, which supports the following
A~
\df
{
queue
}
is a~sequence of items, which supports the following
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment