summaryrefslogtreecommitdiff
path: root/tcr.pdf
AgeCommit message (Collapse)Author
2016-10-16Typesetting combinatorics chapter.Paul Jungeblut
2016-10-15Adding code for longest increasing subsequence.Paul Jungeblut
2016-10-15Adding primitive root and discrete logarithm.Paul Jungeblut
2016-10-15Fast factorization method and Euler's phi functionPaul Jungeblut
2016-10-15Added rolling hash.Paul Jungeblut
2016-10-15Typeseting other section.Paul Jungeblut
2016-10-15Added terminals and comments to suffix automaton code.Paul Jungeblut
2016-10-15Adding code for a suffix automaton doing longest common substring queries in ↵Paul Jungeblut
linear time.
2016-10-14Add LCP-array contruction to suffix array code.Paul Jungeblut
2016-10-10Typesetting other section.Paul Jungeblut
2016-10-10Typesetting Java section.Paul Jungeblut
2016-10-10Typesetting string section.Paul Jungeblut
2016-10-09Typesetting FFT code.Paul Jungeblut
2016-10-09Typesetting in math section.Paul Jungeblut
2016-10-09Typesetting for chinese remainder.Paul Jungeblut
2016-10-09Little fix in gauss code.Paul Jungeblut
2016-10-08Adding code for regular gauss algorithm.Paul Jungeblut
2016-10-08New extended euclid code without global variables.Paul Jungeblut
2016-10-08Improving section about Euclid's algorithm.Paul Jungeblut
2016-10-06Typesetting geometry formulars.Paul Jungeblut
2016-10-06Typesetting for convex hull code.Paul Jungeblut
2016-10-06Typesetting for lines.Paul Jungeblut
2016-10-06Typesetting closest pair.Paul Jungeblut
2016-10-06Removed TSP and bitonic TSP since both are wrong. FIX IT!Paul Jungeblut
2016-10-06Maximum cardinality bipartite matching improved.Paul Jungeblut
2016-10-06Min cost max flow typesetting.Paul Jungeblut
2016-10-06Push Relabel space saving and fixing typos and sizing in flow section.Paul Jungeblut
2016-10-06Cosmetic changes to Ford Fulkerson with capacity scaling.Paul Jungeblut
2016-10-06Adapt LCA code.Paul Jungeblut
2016-10-06Improving Euler path code.Paul Jungeblut
2016-10-06Floyd Warshall improvements.Paul Jungeblut
2016-10-06Bellmann Ford now with C++11.Paul Jungeblut
2016-10-06Saving space in Dijkstra.Paul Jungeblut
2016-10-06Replacing Kruskal code to be compatible with union find implementation.Paul Jungeblut
2016-10-06Adjusting spacing between list items.Paul Jungeblut
2016-10-06Renamin sonstiges ot other.Paul Jungeblut
2016-10-06Adjusting datastructures chapter to new layout.Paul Jungeblut
2016-10-05Restructuring main latex file.Paul Jungeblut
2016-10-05Makes it easy to change team name and university.Paul Jungeblut
2016-10-05New two column layout to waste less space.Paul Jungeblut
2016-10-05Improve trie code.Paul Jungeblut
2016-10-02Deleted useless sentence for minimum spanning trees.Paul Jungeblut
2016-10-02Optical improvements of the datastructures section.Paul Jungeblut
2016-10-02Smaller code for segtree.Paul Jungeblut
2016-10-02Build document.Paul Jungeblut
2016-09-28C++11 for Dijkstra's algorithm!Paul Jungeblut
2016-09-28Better description and avoinding a pitfall in AHO Corasick.Paul Jungeblut
2016-09-28Improve usability FFT code.Paul Jungeblut
2016-06-27More changes in fenwick implementation.Paul Jungeblut
2016-06-27Fixes small errors in fenwick tree implementation.Paul Jungeblut