summaryrefslogtreecommitdiff
path: root/tcr.pdf
AgeCommit message (Expand)Author
2018-05-21Remove Skew Heaps and add STL PQsMarkus Himmel
2018-01-03Removing whitespace in gcd.Paul Jungeblut
2018-01-03Fixing two errors in convex hull optimization code.Paul Jungeblut
2018-01-02Changing order of tables to fit everything into 25 pages.Paul Jungeblut
2018-01-02Adding dynamic variant of convex hull optimization.Paul Jungeblut
2017-12-22Adding new code for sparse table implementation and LCA.Paul Jungeblut
2017-12-15Adding another comment to max weight bipartite matching code.Paul Jungeblut
2017-12-15Adding some comments in matching code.Paul Jungeblut
2017-12-15Adding code for max weight bipartite matching.Paul Jungeblut
2017-11-22Moving a few tables in math section.Paul Jungeblut
2017-11-22Changing layout to A4 paper.Paul Jungeblut
2017-11-21Newly building document.Paul Jungeblut
2017-11-21Adding two more builtins for the number of leading 0-bits.Paul Jungeblut
2017-11-19Changing order of two maths tables to get back into the 25 pages.Paul Jungeblut
2017-11-19Removing old lines form others section and moving others together.Paul Jungeblut
2017-11-19Removing space around sections and subsections.Paul Jungeblut
2017-11-19Adding code for 2D segment tree.Paul Jungeblut
2017-11-19Adding some sample code for a LL1-Parser to build an abstract syntax tree.Paul Jungeblut
2017-11-17Small spacing improvements in some maths table.Paul Jungeblut
2017-11-17Changing few lines in Tipps/Tricks section and shortenig shortest paths section.Paul Jungeblut
2017-11-17Removing text about MSTs, since it wastes space.Paul Jungeblut
2017-11-17Correcting date on title page.Paul Jungeblut
2017-11-17Adding formular for complete cross product.Paul Jungeblut
2017-11-17Adding short paragraph about polya counting.Paul Jungeblut
2017-11-17Adding Niklas Fenwick Tree Code.Paul Jungeblut
2017-11-17Adding code for skew heaps.Paul Jungeblut
2017-10-31Adding short paragraph about Centroid Decomposition.Paul Jungeblut
2017-10-31Adding another formular to count the number of derangements.Paul Jungeblut
2017-10-31Adding code for the value of the maximum matching.Paul Jungeblut
2017-10-28Not printing table of contents. Wastes space.Paul Jungeblut
2017-10-24Adding short description on Mo's Algorithm.Paul Jungeblut
2017-10-22Fixing linebreaks in bitonic TSP.Paul Jungeblut
2017-10-22Adding sieve implementation for Euler's Totient function.Paul Jungeblut
2017-10-22Adding code for Möbius Inversion.Paul Jungeblut
2017-10-22Removing Java section, because Java sucks and Python is now available.Paul Jungeblut
2017-10-22Adding function to count the number of 1-bits in an integer.Paul Jungeblut
2017-10-22Removing pointers from trie implementation.Paul Jungeblut
2017-10-22Removing pointers from Aho Corasick Automaton.Paul Jungeblut
2017-10-22Removing stupid line from segment tree code.Paul Jungeblut
2017-07-15Small changes to make dinics algorithm more robust.Paul Jungeblut
2017-07-15Adding Hopcroft Karp Algorithm.Paul Jungeblut
2017-07-10Adding code to count the number of inversions.Paul Jungeblut
2017-06-26Adding iterative version of powMod.Paul Jungeblut
2017-06-19Changing Team NamePaul Jungeblut
2017-06-19Adding Dinic's algorithm with capacity scaling and numerical integration with...Paul Jungeblut
2017-06-10Fixing error in chinese remainder theorem.Paul Jungeblut
2017-06-10Beautifying treap code.Paul Jungeblut
2017-05-13Adding more base cases to integer partition number.Paul Jungeblut
2017-05-12Fixing error in recursion for partition number.Paul Jungeblut
2017-05-04Adding fast Input/Output and Manacher's algorithm.Paul Jungeblut