summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-10Typesetting string section.Paul Jungeblut
2016-10-10Typesetting math 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-06Improving SCC code.Paul Jungeblut
2016-10-06Fixing bridge implementation and improving cut vertex 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-06Better runime description for Kruskal.Paul Jungeblut
2016-10-06Replacing Kruskal code to be compatible with union find implementation.Paul Jungeblut
2016-10-06Replacing magic number in segtree by constant.Paul Jungeblut
2016-10-06Adjusting spacing between list items.Paul Jungeblut
2016-10-06Saving a line in union find code.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-05Typo in chinese remainder theorem code.Paul Jungeblut
2016-10-02Deleted useless sentence for minimum spanning trees.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-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-09-28Adds greedy matching to improve Kuhn's algorithm.Paul Jungeblut
2016-09-16Merge pull request #20 from CaptainDreamcast/patch-1Paul Jungeblut
2016-09-16Update fenwickTree.cppJosh Tari
2016-06-29Fixed TSP implementation.Paul Jungeblut
2016-06-27More changes in fenwick implementation.Paul Jungeblut