summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
Update fenwickTree.cpp
2016-09-16Update fenwickTree.cppJosh Tari
Verschieben update an richtige Stelle
2016-06-29Fixed TSP implementation.Paul Jungeblut
2016-06-27More changes in fenwick implementation.Paul Jungeblut
2016-06-27Fixes small errors in fenwick tree implementation.Paul Jungeblut
2016-06-27Math section rebuild, merged convinience and sonstiges section.Paul Jungeblut
2016-06-27Added C++ bigint implementation.pjungeblut
2016-05-24String fixes and STL-Debug flag.Paul Jungeblut
2016-05-17Fixing typo.Paul Jungeblut
2016-04-24Adding 3D spheres and some small changes to KMP.Paul Jungeblut
2016-02-14Improving math section.Paul Jungeblut
2016-02-14Adding colors for better look.Paul Jungeblut
2016-02-14Adding Jojo's Miller-Rabin code to the document and improving prime sieve.Paul Jungeblut
2016-02-06Adding an Aho-Corasick automaton for string multimatching.Paul Jungeblut
2016-01-23Fill README with content.Paul Jungeblut
2016-01-23Adding stuff to convinience section. Fast IO.Paul Jungeblut
2016-01-23Removes section about sorting in linear time.Paul Jungeblut
2016-01-23Improvements to convex hull algorithm.Paul Jungeblut
2016-01-16Adding method to get the intersection of two line segments.Paul Jungeblut
2016-01-13Adding comment to the polygonArea function describing the sign of the result.Paul Jungeblut
2016-01-13Adding code to calculate the distance between point-segment and segment-segment.Paul Jungeblut