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
a260fbd0
Commit
a260fbd0
authored
6 years ago
by
Martin Mareš
Browse files
Options
Downloads
Patches
Plain Diff
TODO revision
parent
9e9afeee
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
02-splay/splay.tex
+1
-3
1 addition, 3 deletions
02-splay/splay.tex
03-abtree/abtree.tex
+2
-6
2 additions, 6 deletions
03-abtree/abtree.tex
06-hash/hash.tex
+1
-1
1 addition, 1 deletion
06-hash/hash.tex
TODO
+24
-0
24 additions, 0 deletions
TODO
with
28 additions
and
10 deletions
02-splay/splay.tex
+
1
−
3
View file @
a260fbd0
...
...
@@ -600,8 +600,6 @@ As the absolute value of the potential is always $\O(n\log n)$, so is the potent
The working set property makes Splay tree a~good candidate for various kinds of caches.
\subsection
{
Representing a~trie
}
TODO
% \subsection{Representing a~trie}
\endchapter
This diff is collapsed.
Click to expand it.
03-abtree/abtree.tex
+
2
−
6
View file @
a260fbd0
...
...
@@ -345,16 +345,12 @@ is non-negative and initially zero, this guarantees that the total real cost of
operations is
$
\O
(
m
)
$
.
\qed
\subsection
{
A-sort
}
TODO
% \subsection{A-sort}
\section
{
Top-down (a,b)-trees and parallel access
}
TODO
\section
{
Red-black trees
}
TODO
% \section{Red-black trees}
\endchapter
This diff is collapsed.
Click to expand it.
06-hash/hash.tex
+
1
−
1
View file @
a260fbd0
...
...
@@ -751,7 +751,7 @@ Since the last sum converges for an arbitrary $q\in(0,1)$, the expectation of~$\
is at most a~constant. This concludes the proof of the theorem.
\qed
TODO: Concentration inequalities and 5-independence.
%
TODO: Concentration inequalities and 5-independence.
\section
{
Bloom filters
}
...
...
This diff is collapsed.
Click to expand it.
TODO
0 → 100644
+
24
−
0
View file @
a260fbd0
Splay trees:
- Representing a trie
(a,b)-trees:
- A-sort
* top-down access
- Red-black trees
Heaps:
* Dijkstra
* regular heaps
Caching:
- searching
- HW caches
Geometric:
* k-d trees
* range trees
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