index
:
tcr
master
Team Contest Reference
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
datastructures
Age
Commit message (
Expand
)
Author
2023-01-10
change whitespaces
mzuenni
2022-11-30
Merge branch 'new-master' of github.com:mzuenni/ContestReference into new-master
MZuenni
2022-11-30
use all macro
MZuenni
2022-10-24
fixed dynamic convex hull
Noobie99
2022-06-27
updated tcr
mzuenni
2018-05-21
Remove Skew Heaps and add STL PQs
Markus Himmel
2018-01-03
Fixing two errors in convex hull optimization code.
Paul Jungeblut
2018-01-02
Adding dynamic variant of convex hull optimization.
Paul Jungeblut
2018-01-02
Removing old RMQ code.
Paul Jungeblut
2017-12-22
Adding new code for sparse table implementation and LCA.
Paul Jungeblut
2017-11-19
Adding code for 2D segment tree.
Paul Jungeblut
2017-11-19
Deleting old union find implementation.
Paul Jungeblut
2017-11-17
Adding Niklas Fenwick Tree Code.
Paul Jungeblut
2017-11-17
Adding code for skew heaps.
Paul Jungeblut
2017-10-28
Removing code to find first unused number.
Paul Jungeblut
2017-10-22
Removing stupid line from segment tree code.
Paul Jungeblut
2017-06-10
Beautifying treap code.
Paul Jungeblut
2017-06-10
Adding code to find first unused integer in set.
Paul Jungeblut
2017-05-04
Adding fast Input/Output and Manacher's algorithm.
Paul Jungeblut
2017-04-02
Adding mission semicolon.
Paul Jungeblut
2017-03-26
Adding treap code and changes on LCA code.
Paul Jungeblut
2017-03-19
Slight changes to suffix tree and adding implicit cartesian STL tree.
Paul Jungeblut
2016-10-06
Replacing magic number in segtree by constant.
Paul Jungeblut
2016-10-06
Saving a line in union find code.
Paul Jungeblut
2016-10-06
Adjusting datastructures chapter to new layout.
Paul Jungeblut
2016-10-02
German comments for STL tree.
Paul Jungeblut
2016-10-02
Optical improvements of the datastructures section.
Paul Jungeblut
2016-10-02
Smaller code for segtree.
Paul Jungeblut
2016-09-16
Update fenwickTree.cpp
Josh Tari
2016-06-27
More changes in fenwick implementation.
Paul Jungeblut
2016-06-27
Fixes small errors in fenwick tree implementation.
Paul Jungeblut
2015-12-04
Renaming variable in union find data structure. Old name was misleading.
Paul Jungeblut
2015-12-04
Add additional UnionFind-Datastructure
kittobi92
2015-12-02
added runtime of rmq
JBatzill
2015-12-02
Add Fenwick-Tree to section datastructures
kittobi92
2015-12-02
Improvements in datastructures chapter.
Paul Jungeblut
2015-11-12
Some small corrections.
Paul Jungeblut
2014-11-25
stl tree
Paul Jungeblut
2014-11-24
small fixes
Paul Jungeblut
2014-11-22
added RMQ.
JBatzill
2014-11-22
Create RMQ.cpp
JBatzill
2014-11-22
adding string chapter
Paul Jungeblut
2014-11-20
Update trie.cpp
JBatzill
2014-11-20
Update trie.cpp
JBatzill
2014-11-20
added trie implementation.
JBatzill
2014-11-10
another typo
pjungeblut
2014-11-10
corrected typo
pjungeblut
2014-11-08
corrected wrong code.1
pjungeblut
2014-11-02
union find und Segementbaum
pjungeblut