summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-22Update articulationPoints.cppmzuenni
root has an other calculation for isArt
2017-07-22Update articulationPoints.cppmzuenni
updated coments
2017-07-22Update articulationPoints.cppmzuenni
fixed articulation points for disconnected graphs and automaticly set isArt for roots
2017-07-20Removing unnecessary implication in OR-casePaul Jungeblut
2017-07-15Small changes to make dinics algorithm more robust.Paul Jungeblut
2017-07-15Removing unnecessary blank line in code.Paul Jungeblut
2017-07-15Adding Hopcroft Karp Algorithm.Paul Jungeblut
2017-07-10MergePaul Jungeblut
Merge branch 'master' of https://github.com/pjungeblut/ChaosKITs
2017-07-10Adding code to count the number of inversions.Paul Jungeblut
2017-07-01Descriptive comment for matching codePaul Jungeblut
2017-06-30Fixing typoPaul 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 ↵Paul Jungeblut
with adaptive simpson rule.
2017-06-10Fixing error in chinese remainder theorem.Paul Jungeblut
2017-06-10Beautifying treap code.Paul Jungeblut
2017-06-10Removing stupid multMod.Paul Jungeblut
2017-06-10Adding code to find first unused integer in set.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
2017-04-02Adding formular for number of dearangements.Paul Jungeblut
2017-04-02Adding mission semicolon.Paul Jungeblut
2017-03-28Add for loop to iterate over all subsets of a bitmask.Paul Jungeblut
2017-03-26Adding comment again in LCA code.Paul Jungeblut
2017-03-26Correcting order in typedef.Paul Jungeblut
2017-03-26Adding treap code and changes on LCA code.Paul Jungeblut
2017-03-21Moving capacity scaling out of a struct. Speeds up.Paul Jungeblut
2017-03-21Adding shortcut to NAND clause in 2-SAT code.Paul Jungeblut
2017-03-21Adding section about partially ordered sets.Paul Jungeblut
2017-03-19Slight changes to suffix tree and adding implicit cartesian STL tree.Paul Jungeblut
2017-03-15Adding Suffix Tree code.Paul Jungeblut
2017-02-24Lot's of small changes to math chapter.Paul Jungeblut
2016-12-14Adding 2-SAT code.Paul Jungeblut
2016-12-13Small changes.Paul Jungeblut
2016-11-16Changing team name and date.Paul Jungeblut
2016-11-13Improving last page of two column output.Paul Jungeblut
2016-11-13Adding table about several different nim games.Paul Jungeblut
2016-11-13Correcting small type in matching code.Paul Jungeblut
2016-11-09Adding Kirchhoffs Theorem.Paul Jungeblut
2016-10-30Adding section about legendre symbol.Paul Jungeblut
2016-10-30Adding table with information about platonic bodies.Paul Jungeblut
2016-10-30Adding stuff to others sections.Paul Jungeblut
2016-10-30Adding new sections to math chapter.Paul Jungeblut
2016-10-30Improving maths section.Paul Jungeblut
2016-10-29Adding hints section.Paul Jungeblut
2016-10-29Adding 128 bit float.Paul Jungeblut
2016-10-29Moving 2-SAT to graph section.Paul Jungeblut
2016-10-29Moving setction of code before section with text.Paul Jungeblut
2016-10-27Fixes little error in matching code.Paul Jungeblut