summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-01-12Adding an FFT and sample code to multiply two polynomials in O(n log(n)).Paul Jungeblut
2016-01-12Small improvements (overflow safety and less rounding errors) for the geometr...Paul Jungeblut
2016-01-12correct primeSieve and improve prime factorizationkittobi92
2016-01-11Adding an FFT to be able to multiply two polynomials in time O(n log n).Paul Jungeblut
2016-01-08Adding a push relabel max flow algorithm to the TCR.Paul Jungeblut
2016-01-07Improvemnts for Floyd Warshall with negative edges/cycles.Paul Jungeblut
2016-01-07Adding amount of flow to capacity scaling algorithm.Paul Jungeblut
2016-01-06Removing Edmonds Karp since capacity scaling is faster.Paul Jungeblut
2016-01-06Formatting keyboard layout section nicely.Paul Jungeblut
2016-01-06Deleting roman numerals. I mean seriously ;)Paul Jungeblut
2016-01-06New code for min cost max flow. Much faster.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-04mergePaul Jungeblut
2015-12-04Deleting the toDo.txt. Using GitHub issues now.Paul Jungeblut
2015-12-04Adding Kruskal algorithmkittobi92
2015-12-03Build the TCR.Paul Jungeblut
2015-12-03mergePaul Jungeblut
2015-12-03Adding a template for C++ files with the general header.Paul Jungeblut
2015-12-03clarified on which array rmq must be initializedJBatzill
2015-12-03Merge in Fenwick TreePaul Jungeblut
2015-12-03Improving graoh chapter.Paul Jungeblut
2015-12-03added runtime of lcaJBatzill
2015-12-02added runtime of rmqJBatzill
2015-12-02fixed comment of winNimm functionJBatzill
2015-12-02Add Fenwick-Tree to section datastructureskittobi92
2015-12-02Improvements in datastructures chapter.Paul Jungeblut
2015-12-02mergePaul Jungeblut
2015-12-02Small changes to LaTeX document.Paul Jungeblut
2015-12-01added new pow_mod method and mult_pow!JBatzill
2015-12-01Added miller rabin implementationJBatzill
2015-11-12Some small corrections.Paul Jungeblut
2015-08-21Adding a little helper note to Floyd Warshall.Paul Jungeblut
2014-12-26information about given graphpjungeblut
2014-12-26adjList to adjlistpjungeblut
2014-12-23min cost max flowpjungeblut
2014-12-23todo angepasstpjungeblut
2014-12-23Dijkstra mit variablem Startknotencdpjungeblut