summaryrefslogtreecommitdiff
path: root/datastructures
AgeCommit message (Collapse)Author
2022-06-27updated tcrmzuenni
2018-05-21Remove Skew Heaps and add STL PQsMarkus Himmel
2018-01-03Fixing two errors in convex hull optimization code.Paul Jungeblut
2018-01-02Adding dynamic variant of convex hull optimization.Paul Jungeblut
2018-01-02Removing old RMQ code.Paul Jungeblut
2017-12-22Adding new code for sparse table implementation and LCA.Paul Jungeblut
2017-11-19Adding code for 2D segment tree.Paul Jungeblut
2017-11-19Deleting old union find implementation.Paul Jungeblut
2017-11-17Adding Niklas Fenwick Tree Code.Paul Jungeblut
2017-11-17Adding code for skew heaps.Paul Jungeblut
2017-10-28Removing code to find first unused number.Paul Jungeblut
2017-10-22Removing stupid line from segment tree code.Paul Jungeblut
2017-06-10Beautifying treap code.Paul Jungeblut
2017-06-10Adding code to find first unused integer in set.Paul Jungeblut
2017-05-04Adding fast Input/Output and Manacher's algorithm.Paul Jungeblut
2017-04-02Adding mission semicolon.Paul Jungeblut
2017-03-26Adding treap code and changes on LCA code.Paul Jungeblut
2017-03-19Slight changes to suffix tree and adding implicit cartesian STL tree.Paul Jungeblut
2016-10-06Replacing magic number in segtree by constant.Paul Jungeblut
2016-10-06Saving a line in union find code.Paul Jungeblut
2016-10-06Adjusting datastructures chapter to new layout.Paul Jungeblut
2016-10-02German comments for STL tree.Paul Jungeblut
2016-10-02Optical improvements of the datastructures section.Paul Jungeblut
2016-10-02Smaller code for segtree.Paul Jungeblut
2016-09-16Update fenwickTree.cppJosh Tari
Verschieben update an richtige Stelle
2016-06-27More changes in fenwick implementation.Paul Jungeblut
2016-06-27Fixes small errors in fenwick tree implementation.Paul Jungeblut
2015-12-04Renaming variable in union find data structure. Old name was misleading.Paul Jungeblut
2015-12-04Add additional UnionFind-Datastructurekittobi92
2015-12-02added runtime of rmqJBatzill
2015-12-02Add Fenwick-Tree to section datastructureskittobi92
2015-12-02Improvements in datastructures chapter.Paul Jungeblut
2015-11-12Some small corrections.Paul Jungeblut
2014-11-25stl treePaul Jungeblut
2014-11-24small fixesPaul Jungeblut
2014-11-22added RMQ.JBatzill
2014-11-22Create RMQ.cppJBatzill
2014-11-22adding string chapterPaul Jungeblut
2014-11-20Update trie.cppJBatzill
2014-11-20Update trie.cppJBatzill
2014-11-20added trie implementation.JBatzill
2014-11-10another typopjungeblut
2014-11-10corrected typopjungeblut
2014-11-08corrected wrong code.1pjungeblut
corrected wrong code.2
2014-11-02union find und Segementbaumpjungeblut